Skip to content

Commit

Permalink
switch from macos-latest to macos-12 (as the former is now only avail…
Browse files Browse the repository at this point in the history
…able for arm64) (#126)
  • Loading branch information
slayoo committed Apr 27, 2024
1 parent e5a2b9d commit abf86cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
needs: [pylint, precommit, pdoc, zenodo_json]
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-12, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
mpi: [ 'mpich', 'openmpi', 'msmpi', 'intelmpi']
exclude:
- platform: macos-latest
- platform: macos-12
mpi: msmpi
- platform: macos-latest
- platform: macos-12
mpi: intelmpi
- platform: ubuntu-latest
mpi: msmpi
Expand Down

0 comments on commit abf86cd

Please sign in to comment.