Skip to content

Commit

Permalink
Downgrade MacOS CI runners
Browse files Browse the repository at this point in the history
The current macos-latest tag points to macos-14, running on arm64. We
currently can't support this architecture as it does not support
Python3.7
  • Loading branch information
AlexanderWells-diamond committed Apr 24, 2024
1 parent 4bbc933 commit 5f47809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
python: [cp37, cp38, cp39, cp310]

include:
Expand Down

0 comments on commit 5f47809

Please sign in to comment.