Skip to content

Commit 0e16eb1

Browse files
committed
CI add x86_64 for macos
1 parent 6ab581f commit 0e16eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
6262
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
6363
CIBW_ARCHS_LINUX: auto64
64-
CIBW_ARCHS_MACOS: auto64
64+
CIBW_ARCHS_MACOS: x86_64 arm64
6565
CIBW_ARCHS_WINDOWS: auto64
6666
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
6767
CIBW_BEFORE_ALL_WINDOWS: choco install ninja

0 commit comments

Comments
 (0)