Skip to content

Commit 809b3b2

Browse files
committed
Fix runs-on os
1 parent 4521c55 commit 809b3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinux_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-wheels:
1111
timeout-minutes: 60
12-
runs-on: manylinux2014_x86_64
12+
runs-on: ubuntu-latest
1313
container: quay.io/pypa/manylinux2014_x86_64
1414

1515
steps:

0 commit comments

Comments
 (0)