|
16 | 16 | if: (github.event_name == 'push') ||
|
17 | 17 | (github.event_name == 'pull_request' &&
|
18 | 18 | github.event.pull_request.head.repo.full_name != github.repository)
|
19 |
| - runs-on: ubuntu-20.04 |
| 19 | + runs-on: ubuntu-22.04 |
20 | 20 |
|
21 | 21 | strategy:
|
22 | 22 | fail-fast: false
|
|
61 | 61 | if: (github.event_name == 'push') ||
|
62 | 62 | (github.event_name == 'pull_request' &&
|
63 | 63 | github.event.pull_request.head.repo.full_name != github.repository)
|
64 |
| - runs-on: ubuntu-20.04 |
| 64 | + runs-on: ubuntu-22.04 |
65 | 65 |
|
66 | 66 | strategy:
|
67 | 67 | fail-fast: false
|
@@ -184,7 +184,7 @@ jobs:
|
184 | 184 | - run_tests_pip_package_linux
|
185 | 185 | - run_tests_pip_package_windows
|
186 | 186 |
|
187 |
| - runs-on: ubuntu-20.04 |
| 187 | + runs-on: ubuntu-22.04 |
188 | 188 |
|
189 | 189 | strategy:
|
190 | 190 | fail-fast: false
|
@@ -222,7 +222,7 @@ jobs:
|
222 | 222 | if: (github.event_name == 'push') ||
|
223 | 223 | (github.event_name == 'pull_request' &&
|
224 | 224 | github.event.pull_request.head.repo.full_name != github.repository)
|
225 |
| - runs-on: ubuntu-20.04 |
| 225 | + runs-on: ubuntu-22.04 |
226 | 226 |
|
227 | 227 | container:
|
228 | 228 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -289,7 +289,7 @@ jobs:
|
289 | 289 | if: (github.event_name == 'push') ||
|
290 | 290 | (github.event_name == 'pull_request' &&
|
291 | 291 | github.event.pull_request.head.repo.full_name != github.repository)
|
292 |
| - runs-on: ubuntu-20.04 |
| 292 | + runs-on: ubuntu-22.04 |
293 | 293 |
|
294 | 294 | container:
|
295 | 295 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -350,7 +350,7 @@ jobs:
|
350 | 350 | needs:
|
351 | 351 | - run_tests_rpm
|
352 | 352 |
|
353 |
| - runs-on: ubuntu-20.04 |
| 353 | + runs-on: ubuntu-22.04 |
354 | 354 |
|
355 | 355 | strategy:
|
356 | 356 | fail-fast: false
|
@@ -400,7 +400,7 @@ jobs:
|
400 | 400 | if: (github.event_name == 'push') ||
|
401 | 401 | (github.event_name == 'pull_request' &&
|
402 | 402 | github.event.pull_request.head.repo.full_name != github.repository)
|
403 |
| - runs-on: ubuntu-20.04 |
| 403 | + runs-on: ubuntu-22.04 |
404 | 404 |
|
405 | 405 | strategy:
|
406 | 406 | fail-fast: false
|
@@ -448,7 +448,7 @@ jobs:
|
448 | 448 | if: (github.event_name == 'push') ||
|
449 | 449 | (github.event_name == 'pull_request' &&
|
450 | 450 | github.event.pull_request.head.repo.full_name != github.repository)
|
451 |
| - runs-on: ubuntu-20.04 |
| 451 | + runs-on: ubuntu-22.04 |
452 | 452 |
|
453 | 453 | container:
|
454 | 454 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -517,7 +517,7 @@ jobs:
|
517 | 517 | needs:
|
518 | 518 | - run_tests_deb
|
519 | 519 |
|
520 |
| - runs-on: ubuntu-20.04 |
| 520 | + runs-on: ubuntu-22.04 |
521 | 521 |
|
522 | 522 | strategy:
|
523 | 523 | fail-fast: false
|
|
0 commit comments