Skip to content

Commit 89a0091

Browse files
committed
universal mac
1 parent bea966e commit 89a0091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build wheels
6363
uses: pypa/cibuildwheel@v2.23
6464
env:
65-
CIBW_ARCHS_MACOS: "x86_64 arm64"
65+
CIBW_ARCHS_MACOS: "universal2"
6666
MACOSX_DEPLOYMENT_TARGET: "11.0"
6767
CIBW_BEFORE_ALL_MACOS: |
6868
brew install libarchive pybind11 make python

0 commit comments

Comments
 (0)