From efe4314f7c76f393a2aa8e76e1a01a7aa18bd372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 25 Mar 2024 19:22:30 -0700 Subject: [PATCH] Update cibuildwheel to 2.17.0, build macos-arm64 wheel on native runners (#195) --- .github/workflows/cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 1e537b35..27cb4f92 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -25,7 +25,7 @@ jobs: arch: i686 - os: macos-latest arch: auto - - os: macos-latest + - os: macos-14 arch: arm64 env: CIBW_ARCHS: ${{ matrix.arch }} @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.17.0 - uses: actions/upload-artifact@v3 with: