Skip to content

Commit 63a1b1e

Browse files
committed
Omit x86_64 for now
1 parent 0f6cf59 commit 63a1b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
3030
CIBW_BUILD: ${{ matrix.python }}-*
3131
CIBW_ARCHS_LINUX: "x86_64 aarch64"
32-
CIBW_ARCHS_MACOS: "x86_64 arm64"
32+
CIBW_ARCHS_MACOS: "arm64"
33+
# TOdo: reenable x86_64
3334
# No support for pypy, musl, Win32 for 3.10+
3435
# Skip musl for 3.8 and 3.9 since no upstream wheels
3536
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"

0 commit comments

Comments
 (0)