Skip to content

Commit 65f8130

Browse files
committed
use 'auto' for mac wheel builds
1 parent eaf1886 commit 65f8130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build wheels
4040
env:
4141
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686 *-win32 # skip PyPy, musllinux, 32-bit Linux & win32 builds
42-
CIBW_ARCHS_MACOS: x86_64 arm64
42+
CIBW_ARCHS_MACOS: auto
4343
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
4444
run: python -m cibuildwheel --output-dir wheelhouse
4545

0 commit comments

Comments
 (0)