Skip to content

Commit

Permalink
ci(macos): use macos-13 for pre-idm test (#51)
Browse files Browse the repository at this point in the history
For executables v14 we did not yet have an ARM distribution, use macos-13 to get an Intel runner. This is the first step towards fixing macOS CI. Several more to follow.
  • Loading branch information
wpbonelli authored Aug 12, 2024
1 parent 0c632e5 commit 648d61c
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 @@ -127,7 +127,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
defaults:
run:
Expand Down

0 comments on commit 648d61c

Please sign in to comment.