Skip to content

Commit b8864a2

Browse files
committed
try to force arm64
1 parent 32d26e8 commit b8864a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
- name: "Build wheels"
7070
uses: pypa/cibuildwheel@v3.0.0
7171
env:
72+
CMAKE_OSX_ARCHITECTURES: arm64
7273
CIBW_ARCHS_LINUX: auto aarch64
73-
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
74+
CIBW_ARCHS_MACOS: x86_64 arm64
7475
CIBW_ARCHS_WINDOWS: AMD64
7576
PIP_USE_PEP517: 1
7677

0 commit comments

Comments
 (0)