Skip to content

Commit

Permalink
Discard universal2 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jul 1, 2024
1 parent 7660840 commit 469d35d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
# Linux archs (Intel runner with qemu installed, build Intel and ARM wheels)
CIBW_ARCHS_LINUX: "x86_64 aarch64"
# MacOS archs (arm64 wheels cannot be tested)
#CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
MACOSX_DEPLOYMENT_TARGET: "14.5"
# General
Expand Down

0 comments on commit 469d35d

Please sign in to comment.