From 811faa1733039428b9d0fd66d8bf7aebb2eeb0a3 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Sat, 15 Jun 2024 21:04:07 -0500 Subject: [PATCH] CI: back to macOS 11 and cibuildwheel 2.17 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 20ef03f6..468fbb0e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -9,13 +9,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-13, macos-latest, windows-2019] + os: [ubuntu-22.04, macos-11, windows-2019] steps: - uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.19 + uses: pypa/cibuildwheel@v2.17 env: # Skip Python 32 bit Linux, and PyPy CIBW_BUILD: "cp312-*"