Skip to content

Commit 5336645

Browse files
authored
Use latest ubuntu to run CI
1 parent cee125b commit 5336645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinux_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-18.04
4949
strategy:
5050
matrix:
51-
os: [ubuntu-18.04]
51+
os: [ubuntu-latest]
5252
cibw_archs: [auto]
5353
cibw_build: ['cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64']
5454
include:

0 commit comments

Comments
 (0)