Skip to content

Commit 2e00078

Browse files
committed
add explicit x86 support for macos
1 parent 0641ba6 commit 2e00078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
env:
9090
CIBW_BUILD_VERBOSITY: 1
9191
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
92+
CIBW_ARCHS_MACOS: "x86_64 arm64"
9293
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-linux_aarch64 *-linux_armv7l"
9394
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
9495
CIBW_TEST_EXTRAS: "test"

0 commit comments

Comments
 (0)