Skip to content

Commit

Permalink
Update wheel builder to run on latest ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Apr 21, 2023
1 parent 2a2af3c commit c3bb4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-latest]
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_manylinux: [manylinux2014]
cibw_arch: ["x86_64"]
Expand Down

0 comments on commit c3bb4df

Please sign in to comment.