Skip to content

Commit 438aedb

Browse files
committed
ci: bump ubuntu version to 24.04
1 parent e019b31 commit 438aedb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/check_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: |
1010
github.event_name == 'push' ||
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515

.github/workflows/push_rockspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
version-check:
1515
# We need this job to run only on push with tag.
1616
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Check module version
2020
uses: tarantool/actions/check-module-version@master
2121
with:
2222
module-name: 'crud'
2323

2424
push-scm-rockspec:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
if: github.ref == 'refs/heads/master'
2727
steps:
2828
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
files: ${{ env.ROCK_NAME }}-scm-1.rockspec
3434

3535
push-tagged-rockspec:
36-
runs-on: ubuntu-22.04
36+
runs-on: ubuntu-24.04
3737
if: startsWith(github.ref, 'refs/tags')
3838
needs: version-check
3939
steps:

.github/workflows/reusable_test.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-22.04
14+
runs-on: ubuntu-24.04
1515

1616
steps:
1717
- name: Clone the crud module

.github/workflows/test_on_push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
vshard-version: "0.1.36"
4343
- tarantool-version: "master"
4444
vshard-version: "0.1.36"
45-
runs-on: ubuntu-22.04
45+
runs-on: ubuntu-24.04
4646
steps:
4747
- uses: actions/checkout@v4
4848

@@ -159,7 +159,7 @@ jobs:
159159
- tarantool-version:
160160
folder: "3.5"
161161
bundle: "tarantool-enterprise-sdk-gc64-3.5.0-0-r70.linux.x86_64"
162-
runs-on: ubuntu-22.04
162+
runs-on: ubuntu-24.04
163163
steps:
164164
- uses: actions/checkout@v4
165165

@@ -217,7 +217,7 @@ jobs:
217217
- tarantool-version: "master"
218218
vshard-version: "0.1.36"
219219
fail-fast: false
220-
runs-on: ubuntu-22.04
220+
runs-on: ubuntu-24.04
221221
steps:
222222
- uses: actions/checkout@v4
223223

0 commit comments

Comments
 (0)