From 771ccc55cd033a3df914fe46b9aa400e4f2c401c Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Fri, 17 Jan 2025 01:53:34 -0700 Subject: [PATCH] chore: remove macos arm64 wheels support for now --- .github/workflows/wheels.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f9ac9ab..22fefa7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -31,9 +31,12 @@ jobs: - os: macos-latest target: macosx arch: x86_64 - - os: macos-latest - target: macosx - arch: arm64 + # Skipping macos arm64 builds because cibuildwheel currently doesn't support testing + # arm64 macos wheels on github action runners. + # See: https://github.com/pypa/cibuildwheel/issues/2111 + # - os: macos-latest + # target: macosx + # arch: arm64 steps: - uses: actions/checkout@v4