Skip to content

Commit

Permalink
Reduced macOS wheels to only create universal2
Browse files Browse the repository at this point in the history
  • Loading branch information
jooste committed Dec 17, 2024
1 parent 31f00c2 commit 1f3379a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

env:
CIBW_BUILD: cp310* cp311* cp312* cp313*
CIBW_ARCHS_MACOS: auto universal2
CIBW_ARCHS_MACOS: universal2
# CIBW_ARCHS_MACOS: auto universal2
CIBW_TEST_SKIP: "*universal2:arm64"

jobs:
Expand All @@ -22,7 +23,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f3379a

Please sign in to comment.