Skip to content

Commit 3bb9d78

Browse files
committed
Use ubuntu-latest runner
1 parent 333da6f commit 3bb9d78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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:

.github/workflows/ci-pr-validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
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
@@ -48,7 +48,7 @@ jobs:
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:

0 commit comments

Comments
 (0)