ci:fix brew python & update macos-13 -> macos-15

This commit is contained in:
luoliwoshang
2025-09-26 11:24:19 +08:00
parent 8959c83397
commit 5e86d1aee2
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ runs:
python@3.12 # for github.com/goplus/lib/py
)
brew install "${opt_deps[@]}"
brew link --overwrite python@3.12
- name: Install Ubuntu dependencies
if: runner.os == 'Linux'
shell: bash
@@ -66,3 +67,4 @@ runs:
python3.12-dev # for github.com/goplus/lib/py
)
sudo apt-get install -y "${opt_deps[@]}"