From 742f0c4ad3a6c7695ad33a3a6b873635a411458e Mon Sep 17 00:00:00 2001 From: chad-earthscope Date: Thu, 30 May 2024 17:40:39 -0700 Subject: [PATCH] Remove explicit archs for macOS --- .github/workflows/build_wheels.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 01ddbdf..655da55 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -30,9 +30,6 @@ jobs: # Skip older python's to prevent things like: https://github.com/pypa/cibuildwheel/issues/1828 CIBW_SKIP: cp36-* cp37-* cp38-* - # Build separate wheels for macOS's different architectures. - CIBW_ARCHS_MACOS: x86_64 arm64 - # Specify additional architectures using emulation CIBW_ARCHS_LINUX: auto aarch64