Skip to content

Commit

Permalink
Actions: switch to macos-latest-large
Browse files Browse the repository at this point in the history
macos-latest is currently an alias for macOS 14 Arm64, use
macos-latest-large instead.

[1] actions/runner-images#9741
[2] https://github.com/actions/runner-images#available-images
  • Loading branch information
GalaxySnail committed Sep 5, 2024
1 parent bd9a6cb commit a00bdcb
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 @@ -25,7 +25,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-latest-large
python-version:
- "3.7"
- "3.8"
Expand Down

0 comments on commit a00bdcb

Please sign in to comment.