From 66b34adb0f43db7467c573d643eb2d144eb2bcf4 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Thu, 29 Feb 2024 15:30:49 +0100 Subject: [PATCH] Comment out arm --- .github/workflows/build_wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6f320752e..1d05ab859 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -11,8 +11,8 @@ jobs: include: - os: ubuntu-20.04 arch: x86_64 - - os: macos-14 - arch: arm64 + # - os: macos-14 + # arch: arm64 - os: macos-latest arch: x86_64 - os: windows-latest @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_TEST_REQUIRES: pytest