Skip to content

Commit

Permalink
Merge pull request #8010 from hugovk/fix-ci-3.8-3.9
Browse files Browse the repository at this point in the history
GitHub Actions: use `macos-13` or `macos-14` instead of `macos-latest`
  • Loading branch information
radarhere committed Apr 24, 2024
2 parents 98e3f59 + 76c17a1 commit 41270f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- python-version: "3.10"
PYTHONOPTIMIZE: 2
# M1 only available for 3.10+
- os: "macos-latest"
- os: "macos-13"
python-version: "3.9"
- os: "macos-latest"
- os: "macos-13"
python-version: "3.8"
exclude:
- os: "macos-14"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
matrix:
include:
- name: "macOS x86_64"
os: macos-latest
os: macos-13
cibw_arch: x86_64
macosx_deployment_target: "10.10"
- name: "macOS arm64"
Expand Down

0 comments on commit 41270f3

Please sign in to comment.