|
24 | 24 | (github.event_name == 'pull_request' &&
|
25 | 25 | github.event.action == 'synchronize' &&
|
26 | 26 | contains(github.event.pull_request.labels.*.name, 'full-ci'))
|
27 |
| - runs-on: ubuntu-20.04 |
| 27 | + runs-on: ubuntu-22.04 |
28 | 28 | strategy:
|
29 | 29 | matrix:
|
30 | 30 | tarantool-version: ["1.10", "2.10", "3.0"]
|
|
99 | 99 | github.event.action == 'synchronize' &&
|
100 | 100 | github.event.pull_request.head.repo.full_name == github.repository &&
|
101 | 101 | contains(github.event.pull_request.labels.*.name, 'full-ci'))
|
102 |
| - runs-on: ubuntu-20.04 |
| 102 | + runs-on: ubuntu-22.04 |
103 | 103 | strategy:
|
104 | 104 | matrix:
|
105 | 105 | sdk-version:
|
@@ -277,7 +277,7 @@ jobs:
|
277 | 277 | github.event.action == 'synchronize' &&
|
278 | 278 | github.event.pull_request.head.repo.full_name == github.repository &&
|
279 | 279 | contains(github.event.pull_request.labels.*.name, 'full-ci'))
|
280 |
| - runs-on: ubuntu-20.04 |
| 280 | + runs-on: ubuntu-22.04 |
281 | 281 | strategy:
|
282 | 282 | matrix:
|
283 | 283 | sdk-version:
|
@@ -328,7 +328,7 @@ jobs:
|
328 | 328 | github.event.action == 'synchronize' &&
|
329 | 329 | github.event.pull_request.head.repo.full_name == github.repository &&
|
330 | 330 | contains(github.event.pull_request.labels.*.name, 'full-ci'))
|
331 |
| - runs-on: ubuntu-20.04 |
| 331 | + runs-on: ubuntu-22.04 |
332 | 332 | strategy:
|
333 | 333 | matrix:
|
334 | 334 | tarantool-version: ["1.10", "2.10"]
|
@@ -374,7 +374,7 @@ jobs:
|
374 | 374 | (github.event_name == 'pull_request' &&
|
375 | 375 | github.event.action == 'synchronize' &&
|
376 | 376 | contains(github.event.pull_request.labels.*.name, 'full-ci'))
|
377 |
| - runs-on: ubuntu-20.04 |
| 377 | + runs-on: ubuntu-22.04 |
378 | 378 | steps:
|
379 | 379 | - uses: actions/checkout@v4
|
380 | 380 | with:
|
|
0 commit comments