Skip to content

Commit

Permalink
CI: exclude macOS runners based on architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Mar 12, 2024
1 parent 89f22fe commit bc5003a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
os: [macos-latest, macos-14]
cibw_python: ["cp39", "cp310", "cp311", "cp312"]
cibw_arch: ["x86_64", "arm64"]
exclude:
- os: macos-14
cibw_arch: "x86_64"
- os: macos-latest
cibw_arch: "arm64"
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
Expand Down

0 comments on commit bc5003a

Please sign in to comment.