From bfe00ad1bf59fac47513b45fe5173672dcbbcbb4 Mon Sep 17 00:00:00 2001 From: Shantanu Date: Mon, 13 May 2024 10:29:19 -0700 Subject: [PATCH] Bump cibuildwheel --- .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 24e0da27..777a0acc 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -15,13 +15,13 @@ jobs: matrix: # cibuildwheel builds linux wheels inside a manylinux container # it also takes care of procuring the correct python version for us - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] python-version: [38, 39, 310, 311, 312] steps: - uses: actions/checkout@v4 - - uses: pypa/cibuildwheel@v2.16.5 + - uses: pypa/cibuildwheel@v2.18.0 env: CIBW_BUILD: "cp${{ matrix.python-version}}-*" @@ -48,7 +48,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.18.0 env: CIBW_BUILD: "cp${{ matrix.python-version}}-*" CIBW_ARCHS: aarch64