Skip to content

Commit 8b658d0

Browse files
Built all mac targets in wheels
1 parent b99ca50 commit 8b658d0

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
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
2727
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
28-
CIBW_ARCHS_MACOS: "native"
28+
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929
CIBW_TEST_REQUIRES: "pytest pooch scipy"
3030
CIBW_TEST_COMMAND: "python -c \"import bioimage_cpp; print(bioimage_cpp.__file__)\" && pytest -q {project}/tests"
3131

0 commit comments

Comments
 (0)