Skip to content

Commit

Permalink
Don't build bad MacOS universal wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 4, 2021
1 parent 27d179d commit 3ab95e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CIBW_SKIP: '*-manylinux_i686 *-win32'
# we need boost
# CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_MACOS: x86_64
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BUILD_VERBOSITY_LINUX: 0
CIBW_BUILD_VERBOSITY_MACOS: 0
Expand Down

0 comments on commit 3ab95e6

Please sign in to comment.