Skip to content

Commit

Permalink
MAINT: Switching to macOS-13 as macOS-12 is deprecated (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
inoelloc authored Nov 19, 2024
1 parent 9a5587a commit 3becd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Use windows-2019 otherwise there is undefined reference to _setjmpex. This is linked to f90wrap
# and f90wrap_abort with FortranDerivedTypeArray
- [windows-2019, win, AMD64]
- [macos-12, macosx, x86_64]
- [macos-13, macosx, x86_64]
- [macos-14, macosx, arm64]

python-version: ['cp39', 'cp310', 'cp311', 'cp312']
Expand Down

0 comments on commit 3becd34

Please sign in to comment.