Skip to content

Commit 710d497

Browse files
authored
Update all.yml
1 parent a0b832f commit 710d497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ jobs:
762762
CIBW_BUILD: ${{ matrix.build }}
763763
CIBW_ARCHS_WINDOWS: auto # Allow 32-bit Windows builds
764764
CIBW_ARCHS_LINUX: auto64 aarch64 # Useful for building linux images with Apple Silicon
765-
CIBW_ARCHS_MACOS: x86_64 arm64 # Support Apple Silicon
765+
CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # Support Apple Silicon
766766
# on macOS and with Python 3.10: building NumPy from source fails without these options:
767767
CIBW_ENVIRONMENT: NPY_BLAS_ORDER="" NPY_LAPACK_ORDER="" CIBW_BUILD="${{ matrix.build }}"
768768
CIBW_REPAIR_WHEEL_COMMAND_LINUX: pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2010 {wheel})

0 commit comments

Comments
 (0)