We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea966e commit 89a0091Copy full SHA for 89a0091
1 file changed
.github/workflows/build_wheels.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Build wheels
63
uses: pypa/cibuildwheel@v2.23
64
env:
65
- CIBW_ARCHS_MACOS: "x86_64 arm64"
+ CIBW_ARCHS_MACOS: "universal2"
66
MACOSX_DEPLOYMENT_TARGET: "11.0"
67
CIBW_BEFORE_ALL_MACOS: |
68
brew install libarchive pybind11 make python
0 commit comments