From 87fe7269353ec89446bb61a9c005a5bca21c7f58 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Tue, 3 Dec 2024 15:18:20 +1100 Subject: [PATCH] Not building amd64 wheels on macos due to GitHub changes. --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b9e673..b2429b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -213,20 +213,18 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-latest, macos-latest] + os: [ubuntu-20.04, windows-latest, macos-13, macos-14] arch: [auto] include: - os: ubuntu-20.04 arch: aarch64 - - os: macos-latest - arch: arm64 steps: - uses: actions/checkout@v3 - name: Set up QEMU if: ${{ matrix.arch == 'aarch64' }} uses: docker/setup-qemu-action@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: output-dir: dist env: