Skip to content

Commit 2bf6894

Browse files
ci: bump ubuntu version
Bump actions to use ubuntu-24.04 for fixing the following GitHub warning: The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01. Part of #TNTP-1918
1 parent b6422af commit 2bf6894

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/packing.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: (github.event_name == 'push') ||
2121
(github.event_name == 'pull_request' &&
2222
github.event.pull_request.head.repo.full_name != github.repository)
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424

2525
strategy:
2626
fail-fast: false
@@ -65,7 +65,7 @@ jobs:
6565
if: (github.event_name == 'push') ||
6666
(github.event_name == 'pull_request' &&
6767
github.event.pull_request.head.repo.full_name != github.repository)
68-
runs-on: ubuntu-20.04
68+
runs-on: ubuntu-24.04
6969

7070
strategy:
7171
fail-fast: false
@@ -188,7 +188,7 @@ jobs:
188188
- run_tests_pip_package_linux
189189
- run_tests_pip_package_windows
190190

191-
runs-on: ubuntu-20.04
191+
runs-on: ubuntu-24.04
192192

193193
strategy:
194194
fail-fast: false
@@ -226,7 +226,7 @@ jobs:
226226
if: (github.event_name == 'push') ||
227227
(github.event_name == 'pull_request' &&
228228
github.event.pull_request.head.repo.full_name != github.repository)
229-
runs-on: ubuntu-20.04
229+
runs-on: ubuntu-24.04
230230

231231
container:
232232
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -293,7 +293,7 @@ jobs:
293293
if: (github.event_name == 'push') ||
294294
(github.event_name == 'pull_request' &&
295295
github.event.pull_request.head.repo.full_name != github.repository)
296-
runs-on: ubuntu-20.04
296+
runs-on: ubuntu-24.04
297297

298298
container:
299299
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -354,7 +354,7 @@ jobs:
354354
needs:
355355
- run_tests_rpm
356356

357-
runs-on: ubuntu-20.04
357+
runs-on: ubuntu-24.04
358358

359359
strategy:
360360
fail-fast: false
@@ -404,7 +404,7 @@ jobs:
404404
if: (github.event_name == 'push') ||
405405
(github.event_name == 'pull_request' &&
406406
github.event.pull_request.head.repo.full_name != github.repository)
407-
runs-on: ubuntu-20.04
407+
runs-on: ubuntu-24.04
408408

409409
strategy:
410410
fail-fast: false
@@ -453,7 +453,7 @@ jobs:
453453
if: (github.event_name == 'push') ||
454454
(github.event_name == 'pull_request' &&
455455
github.event.pull_request.head.repo.full_name != github.repository)
456-
runs-on: ubuntu-20.04
456+
runs-on: ubuntu-24.04
457457

458458
container:
459459
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -522,7 +522,7 @@ jobs:
522522
needs:
523523
- run_tests_deb
524524

525-
runs-on: ubuntu-20.04
525+
runs-on: ubuntu-24.04
526526

527527
strategy:
528528
fail-fast: false

.github/workflows/reusable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
run_tests:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Clone the tarantool-python connector
1717
uses: actions/checkout@v4

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
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.full_name != github.repository)
2323

24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525

2626
strategy:
2727
fail-fast: false
@@ -142,7 +142,7 @@ jobs:
142142
github.event.pull_request.head.repo.full_name != github.repository &&
143143
github.event.label.name == 'full-ci')
144144

145-
runs-on: ubuntu-20.04
145+
runs-on: ubuntu-24.04
146146

147147
strategy:
148148
fail-fast: false
@@ -215,7 +215,7 @@ jobs:
215215
if: (github.event_name == 'push') ||
216216
(github.event_name == 'pull_request' &&
217217
github.event.pull_request.head.repo.full_name != github.repository)
218-
runs-on: ubuntu-20.04
218+
runs-on: ubuntu-24.04
219219

220220
strategy:
221221
fail-fast: false

0 commit comments

Comments
 (0)