|
20 | 20 | if: (github.event_name == 'push') ||
|
21 | 21 | (github.event_name == 'pull_request' &&
|
22 | 22 | github.event.pull_request.head.repo.full_name != github.repository)
|
23 |
| - runs-on: ubuntu-20.04 |
| 23 | + runs-on: ubuntu-24.04 |
24 | 24 |
|
25 | 25 | strategy:
|
26 | 26 | fail-fast: false
|
|
65 | 65 | if: (github.event_name == 'push') ||
|
66 | 66 | (github.event_name == 'pull_request' &&
|
67 | 67 | github.event.pull_request.head.repo.full_name != github.repository)
|
68 |
| - runs-on: ubuntu-20.04 |
| 68 | + runs-on: ubuntu-24.04 |
69 | 69 |
|
70 | 70 | strategy:
|
71 | 71 | fail-fast: false
|
@@ -188,7 +188,7 @@ jobs:
|
188 | 188 | - run_tests_pip_package_linux
|
189 | 189 | - run_tests_pip_package_windows
|
190 | 190 |
|
191 |
| - runs-on: ubuntu-20.04 |
| 191 | + runs-on: ubuntu-24.04 |
192 | 192 |
|
193 | 193 | strategy:
|
194 | 194 | fail-fast: false
|
@@ -226,7 +226,7 @@ jobs:
|
226 | 226 | if: (github.event_name == 'push') ||
|
227 | 227 | (github.event_name == 'pull_request' &&
|
228 | 228 | github.event.pull_request.head.repo.full_name != github.repository)
|
229 |
| - runs-on: ubuntu-20.04 |
| 229 | + runs-on: ubuntu-24.04 |
230 | 230 |
|
231 | 231 | container:
|
232 | 232 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -293,7 +293,7 @@ jobs:
|
293 | 293 | if: (github.event_name == 'push') ||
|
294 | 294 | (github.event_name == 'pull_request' &&
|
295 | 295 | github.event.pull_request.head.repo.full_name != github.repository)
|
296 |
| - runs-on: ubuntu-20.04 |
| 296 | + runs-on: ubuntu-24.04 |
297 | 297 |
|
298 | 298 | container:
|
299 | 299 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -354,7 +354,7 @@ jobs:
|
354 | 354 | needs:
|
355 | 355 | - run_tests_rpm
|
356 | 356 |
|
357 |
| - runs-on: ubuntu-20.04 |
| 357 | + runs-on: ubuntu-24.04 |
358 | 358 |
|
359 | 359 | strategy:
|
360 | 360 | fail-fast: false
|
@@ -404,7 +404,7 @@ jobs:
|
404 | 404 | if: (github.event_name == 'push') ||
|
405 | 405 | (github.event_name == 'pull_request' &&
|
406 | 406 | github.event.pull_request.head.repo.full_name != github.repository)
|
407 |
| - runs-on: ubuntu-20.04 |
| 407 | + runs-on: ubuntu-24.04 |
408 | 408 |
|
409 | 409 | strategy:
|
410 | 410 | fail-fast: false
|
@@ -453,7 +453,7 @@ jobs:
|
453 | 453 | if: (github.event_name == 'push') ||
|
454 | 454 | (github.event_name == 'pull_request' &&
|
455 | 455 | github.event.pull_request.head.repo.full_name != github.repository)
|
456 |
| - runs-on: ubuntu-20.04 |
| 456 | + runs-on: ubuntu-24.04 |
457 | 457 |
|
458 | 458 | container:
|
459 | 459 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
|
@@ -522,7 +522,7 @@ jobs:
|
522 | 522 | needs:
|
523 | 523 | - run_tests_deb
|
524 | 524 |
|
525 |
| - runs-on: ubuntu-20.04 |
| 525 | + runs-on: ubuntu-24.04 |
526 | 526 |
|
527 | 527 | strategy:
|
528 | 528 | fail-fast: false
|
|
0 commit comments