Skip to content

Commit

Permalink
ci: use macos-13 image instead of macos-12 (#165)
Browse files Browse the repository at this point in the history
The `macos-12` image is deprecated and not supported. Upgrade to `macos-13`, which is still supported.
  • Loading branch information
mwtoews authored Dec 9, 2024
1 parent 7c5b178 commit 4dd11ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
os: [ ubuntu-22.04, macos-13, windows-2022 ]
python: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]
env:
GCC_V: 11
Expand Down

0 comments on commit 4dd11ea

Please sign in to comment.