Skip to content

Commit

Permalink
Remove extra arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Jul 18, 2023
1 parent 759188a commit 44a82f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
CIBW_SKIP: "cp35-* cp36-* *-win32 *-manylinux_i686 *-manylinux_aarch64 *-manylinux_ppc64le *-manylinux_s390x"
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_MACOS: x86_64
run: |
python3 -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 44a82f7

Please sign in to comment.