Skip to content

Commit

Permalink
GitHub Actions: macos-13 is Intel but macos-latest will be M1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 24, 2024
1 parent 03627d9 commit 76c17a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
matrix:
include:
- name: "macOS x86_64"
os: macos-latest
os: macos-13
cibw_arch: x86_64
macosx_deployment_target: "10.10"
- name: "macOS arm64"
Expand Down

0 comments on commit 76c17a1

Please sign in to comment.