ci:fix brew python & update macos-13 -> macos-15
This commit is contained in:
2
.github/actions/setup-deps/action.yml
vendored
2
.github/actions/setup-deps/action.yml
vendored
@@ -39,6 +39,7 @@ runs:
|
|||||||
python@3.12 # for github.com/goplus/lib/py
|
python@3.12 # for github.com/goplus/lib/py
|
||||||
)
|
)
|
||||||
brew install "${opt_deps[@]}"
|
brew install "${opt_deps[@]}"
|
||||||
|
brew link --overwrite python@3.12
|
||||||
- name: Install Ubuntu dependencies
|
- name: Install Ubuntu dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -66,3 +67,4 @@ runs:
|
|||||||
python3.12-dev # for github.com/goplus/lib/py
|
python3.12-dev # for github.com/goplus/lib/py
|
||||||
)
|
)
|
||||||
sudo apt-get install -y "${opt_deps[@]}"
|
sudo apt-get install -y "${opt_deps[@]}"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -153,7 +153,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
- os: macos-15-intel
|
||||||
goos: darwin
|
goos: darwin
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
go-version: "1.24.2"
|
go-version: "1.24.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user