Skip to content

Commit c3bb4df

Browse files
committed
Update wheel builder to run on latest ubuntu image
1 parent 2a2af3c commit c3bb4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_tests_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-18.04]
26+
os: [ubuntu-latest]
2727
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
2828
cibw_manylinux: [manylinux2014]
2929
cibw_arch: ["x86_64"]

0 commit comments

Comments
 (0)