Skip to content

Commit

Permalink
Update cibw and wheel build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 4, 2024
1 parent 12f5c05 commit ee82aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand All @@ -42,7 +42,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.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit ee82aa0

Please sign in to comment.