We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2af3c commit c3bb4dfCopy full SHA for c3bb4df
.github/workflows/wheel_tests_and_release.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- os: [ubuntu-18.04]
+ os: [ubuntu-latest]
27
cibw_python: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
28
cibw_manylinux: [manylinux2014]
29
cibw_arch: ["x86_64"]
0 commit comments