From 0646c4a0a741f466998fe1485a20461b72500518 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 14 Dec 2024 22:11:03 -0600 Subject: [PATCH] Update some Github CI wheel build infrastructure --- .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 a930ee848..a9435961d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-2019, macos-12] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: python-version: '3.x' - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.19.2 + run: python -m pip install cibuildwheel==2.22.0 - name: Build wheels shell: bash