From 06ffd378db7a10b63f5dcf1631d21972b9c79843 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 16 Mar 2024 23:05:46 -0700 Subject: [PATCH] Update cibuildwheel to 2.17.0, build macos-arm64 wheel on native runners --- .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: