Skip to content

Commit

Permalink
Switch GitHub runner from macOS-latest to macOS-14
Browse files Browse the repository at this point in the history
macOS-14 uses Apple Silicon (M1) instead of Intel x86.
  • Loading branch information
wshanks committed Mar 12, 2024
1 parent 6845440 commit 4c7bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, "3.12"]
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
os: ["ubuntu-latest", "macOS-14", "windows-latest"]
steps:
- name: Print Concurrency Group
env:
Expand Down

0 comments on commit 4c7bc2b

Please sign in to comment.