Skip to content

Commit 8d0f365

Browse files
ci: bump ubuntu runner versions
This patch does not update dependency for reusable_testing since this script is a part of DevX team responsibility and needs a separate check.
1 parent 5507a6e commit 8d0f365

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/packing.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: (github.event_name == 'push') ||
1717
(github.event_name == 'pull_request' &&
1818
github.event.pull_request.head.repo.full_name != github.repository)
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020

2121
strategy:
2222
fail-fast: false
@@ -61,7 +61,7 @@ jobs:
6161
if: (github.event_name == 'push') ||
6262
(github.event_name == 'pull_request' &&
6363
github.event.pull_request.head.repo.full_name != github.repository)
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565

6666
strategy:
6767
fail-fast: false
@@ -184,7 +184,7 @@ jobs:
184184
- run_tests_pip_package_linux
185185
- run_tests_pip_package_windows
186186

187-
runs-on: ubuntu-20.04
187+
runs-on: ubuntu-22.04
188188

189189
strategy:
190190
fail-fast: false
@@ -222,7 +222,7 @@ jobs:
222222
if: (github.event_name == 'push') ||
223223
(github.event_name == 'pull_request' &&
224224
github.event.pull_request.head.repo.full_name != github.repository)
225-
runs-on: ubuntu-20.04
225+
runs-on: ubuntu-22.04
226226

227227
container:
228228
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -289,7 +289,7 @@ jobs:
289289
if: (github.event_name == 'push') ||
290290
(github.event_name == 'pull_request' &&
291291
github.event.pull_request.head.repo.full_name != github.repository)
292-
runs-on: ubuntu-20.04
292+
runs-on: ubuntu-22.04
293293

294294
container:
295295
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -350,7 +350,7 @@ jobs:
350350
needs:
351351
- run_tests_rpm
352352

353-
runs-on: ubuntu-20.04
353+
runs-on: ubuntu-22.04
354354

355355
strategy:
356356
fail-fast: false
@@ -400,7 +400,7 @@ jobs:
400400
if: (github.event_name == 'push') ||
401401
(github.event_name == 'pull_request' &&
402402
github.event.pull_request.head.repo.full_name != github.repository)
403-
runs-on: ubuntu-20.04
403+
runs-on: ubuntu-22.04
404404

405405
strategy:
406406
fail-fast: false
@@ -448,7 +448,7 @@ jobs:
448448
if: (github.event_name == 'push') ||
449449
(github.event_name == 'pull_request' &&
450450
github.event.pull_request.head.repo.full_name != github.repository)
451-
runs-on: ubuntu-20.04
451+
runs-on: ubuntu-22.04
452452

453453
container:
454454
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -517,7 +517,7 @@ jobs:
517517
needs:
518518
- run_tests_deb
519519

520-
runs-on: ubuntu-20.04
520+
runs-on: ubuntu-22.04
521521

522522
strategy:
523523
fail-fast: false

.github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
(github.event_name == 'pull_request' &&
1818
github.event.pull_request.head.repo.full_name != github.repository)
1919

20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121

2222
strategy:
2323
fail-fast: false
@@ -139,7 +139,7 @@ jobs:
139139
github.event.pull_request.head.repo.full_name != github.repository &&
140140
github.event.label.name == 'full-ci')
141141

142-
runs-on: ubuntu-20.04
142+
runs-on: ubuntu-22.04
143143

144144
strategy:
145145
fail-fast: false
@@ -212,7 +212,7 @@ jobs:
212212
if: (github.event_name == 'push') ||
213213
(github.event_name == 'pull_request' &&
214214
github.event.pull_request.head.repo.full_name != github.repository)
215-
runs-on: ubuntu-20.04
215+
runs-on: ubuntu-22.04
216216

217217
strategy:
218218
fail-fast: false

0 commit comments

Comments
 (0)