diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 18c9078d..02110cb7 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -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']