Skip to content

Commit 4aa5f72

Browse files
committed
ci: bump ubuntu-20.04 to ubuntu-22.04
The 22.04 has OpenSSL 3 required for build.
1 parent 802e00d commit 4aa5f72

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/full-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
(github.event_name == 'pull_request' &&
2525
github.event.action == 'synchronize' &&
2626
contains(github.event.pull_request.labels.*.name, 'full-ci'))
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
strategy:
2929
matrix:
3030
tarantool-version: ["1.10", "2.10", "3.0"]
@@ -99,7 +99,7 @@ jobs:
9999
github.event.action == 'synchronize' &&
100100
github.event.pull_request.head.repo.full_name == github.repository &&
101101
contains(github.event.pull_request.labels.*.name, 'full-ci'))
102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-22.04
103103
strategy:
104104
matrix:
105105
sdk-version:
@@ -277,7 +277,7 @@ jobs:
277277
github.event.action == 'synchronize' &&
278278
github.event.pull_request.head.repo.full_name == github.repository &&
279279
contains(github.event.pull_request.labels.*.name, 'full-ci'))
280-
runs-on: ubuntu-20.04
280+
runs-on: ubuntu-22.04
281281
strategy:
282282
matrix:
283283
sdk-version:
@@ -328,7 +328,7 @@ jobs:
328328
github.event.action == 'synchronize' &&
329329
github.event.pull_request.head.repo.full_name == github.repository &&
330330
contains(github.event.pull_request.labels.*.name, 'full-ci'))
331-
runs-on: ubuntu-20.04
331+
runs-on: ubuntu-22.04
332332
strategy:
333333
matrix:
334334
tarantool-version: ["1.10", "2.10"]
@@ -374,7 +374,7 @@ jobs:
374374
(github.event_name == 'pull_request' &&
375375
github.event.action == 'synchronize' &&
376376
contains(github.event.pull_request.labels.*.name, 'full-ci'))
377-
runs-on: ubuntu-20.04
377+
runs-on: ubuntu-22.04
378378
steps:
379379
- uses: actions/checkout@v4
380380
with:

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
(github.event_name == 'pull_request' &&
2222
github.event.pull_request.head.repo.owner.login != 'tarantool' &&
2323
!contains(github.event.pull_request.labels.*.name, 'full-ci'))
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525
strategy:
2626
matrix:
2727
tarantool-version: ["1.10", "2.10", "3.0"]
@@ -98,7 +98,7 @@ jobs:
9898
github.event.pull_request.head.repo.owner.login != 'tarantool' &&
9999
!contains(github.event.pull_request.labels.*.name, 'full-ci') &&
100100
github.event.label.name == 'ee-ci')
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102
strategy:
103103
matrix:
104104
sdk-version:

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
update:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
1919

0 commit comments

Comments
 (0)