File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232 linux-wheel :
3333 name : Wheel ${{matrix.image.name}} - Py ${{matrix.python.version}} - ${{matrix.cpu.platform}}
34- runs-on : ubuntu-22.04
34+ runs-on : ubuntu-latest
3535 timeout-minutes : 300
3636
3737 strategy :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
2929jobs :
3030 check-and-lint :
3131 name : Lint and check code
32- runs-on : ubuntu-20.04
32+ runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v3
3535 - uses : actions/setup-python@v4
4848
4949 unit-tests :
5050 name : Run unit tests for Python ${{matrix.version}}
51- runs-on : ubuntu-22.04
51+ runs-on : ubuntu-latest
5252 timeout-minutes : 120
5353
5454 strategy :
@@ -105,7 +105,7 @@ jobs:
105105 linux-wheel :
106106 name : Wheel ${{matrix.image.name}} - Py ${{matrix.python.version}} - ${{matrix.cpu.platform}}
107107 needs : unit-tests
108- runs-on : ubuntu-22.04
108+ runs-on : ubuntu-latest
109109 timeout-minutes : 300
110110
111111 strategy :
You can’t perform that action at this time.
0 commit comments