fix(ci): Fix python macos test runners issue
This commit is contained in:
parent
2a9979fce1
commit
de37420fcf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
build-macos:
|
||||
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-13
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
|
|
Loading…
Reference in a new issue