Skip to content

Commit

Permalink
Update some Github CI wheel build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 15, 2024
1 parent 977da07 commit 0646c4a
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0646c4a

Please sign in to comment.