Skip to content

Commit

Permalink
wheels2.yml: update os versions [skip ci]
Browse files Browse the repository at this point in the history
the latest cibuildwheel fails on ubuntu-20.04 because python is 3.7
  • Loading branch information
wojdyr committed Dec 12, 2023
1 parent 73b4ece commit 698904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-22.04, windows-2022, macos-11]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 698904e

Please sign in to comment.