Skip to content

Commit

Permalink
Ensure we test on x86_64 macOS
Browse files Browse the repository at this point in the history
GitHub has changed macos-latest to point to macos-14, so to ensure we test
on both M1 and x86_64 Macs, we need to be explicit about it.
  • Loading branch information
marcelm committed Apr 23, 2024
1 parent 94e09d7 commit b434252
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 @@ -52,7 +52,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-12
python-version: "3.10"
- os: macos-14
python-version: "3.10"
Expand Down

0 comments on commit b434252

Please sign in to comment.