From 44a82f7e0df601545ec3b804cbf364e6c872cba0 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Tue, 18 Jul 2023 01:30:42 -0400 Subject: [PATCH] Remove extra arm64 build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f6382f..e4fed99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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