Skip to content

Commit

Permalink
CI add x86_64 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 30, 2024
1 parent 6ab581f commit 0e16eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_MACOS: auto64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: auto64
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
Expand Down

0 comments on commit 0e16eb1

Please sign in to comment.