|
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-latest |
| 19 | + runs-on: ubuntu-20.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-latest |
| 64 | + runs-on: ubuntu-20.04 |
65 | 65 |
|
66 | 66 | strategy: |
67 | 67 | fail-fast: false |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | (github.event_name == 'pull_request' && |
117 | 117 | github.event.pull_request.head.repo.full_name != github.repository) |
118 | 118 |
|
119 | | - runs-on: windows-latest |
| 119 | + runs-on: windows-2022 |
120 | 120 |
|
121 | 121 | strategy: |
122 | 122 | 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-latest |
| 187 | + runs-on: ubuntu-20.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-latest |
| 225 | + runs-on: ubuntu-20.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-latest |
| 292 | + runs-on: ubuntu-20.04 |
293 | 293 |
|
294 | 294 | container: |
295 | 295 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }} |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | needs: |
349 | 349 | - run_tests_rpm |
350 | 350 |
|
351 | | - runs-on: ubuntu-latest |
| 351 | + runs-on: ubuntu-20.04 |
352 | 352 |
|
353 | 353 | strategy: |
354 | 354 | fail-fast: false |
@@ -398,7 +398,7 @@ jobs: |
398 | 398 | if: (github.event_name == 'push') || |
399 | 399 | (github.event_name == 'pull_request' && |
400 | 400 | github.event.pull_request.head.repo.full_name != github.repository) |
401 | | - runs-on: ubuntu-latest |
| 401 | + runs-on: ubuntu-20.04 |
402 | 402 |
|
403 | 403 | strategy: |
404 | 404 | fail-fast: false |
@@ -446,7 +446,7 @@ jobs: |
446 | 446 | if: (github.event_name == 'push') || |
447 | 447 | (github.event_name == 'pull_request' && |
448 | 448 | github.event.pull_request.head.repo.full_name != github.repository) |
449 | | - runs-on: ubuntu-latest |
| 449 | + runs-on: ubuntu-20.04 |
450 | 450 |
|
451 | 451 | container: |
452 | 452 | image: ${{ matrix.target.os }}:${{ matrix.target.dist }} |
@@ -515,7 +515,7 @@ jobs: |
515 | 515 | needs: |
516 | 516 | - run_tests_deb |
517 | 517 |
|
518 | | - runs-on: ubuntu-latest |
| 518 | + runs-on: ubuntu-20.04 |
519 | 519 |
|
520 | 520 | strategy: |
521 | 521 | fail-fast: false |
|
0 commit comments