Skip to content

Commit 790f3fd

Browse files
committed
ci: update Ubuntu runners
Ubuntu version 20.04 will soon be fully unsupported, so this patch updates it to 22.04. actions/runner-images#11101 Closes TNTP-1058
1 parent d660dfa commit 790f3fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
# Run not only on tags, otherwise dependent job will skip.
1414
version-check:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- name: Check module version
1818
# We need this step to run only on push with tag.

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
version-check:
1010
# We need this job to run only on push with tag.
1111
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Check module version
1515
uses: tarantool/actions/check-module-version@master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- tarantool: '2.11'
1717
coveralls: true
18-
runs-on: [ubuntu-20.04]
18+
runs-on: [ubuntu-22.04]
1919
steps:
2020
- uses: actions/checkout@master
2121
- uses: tarantool/setup-tarantool@v3

0 commit comments

Comments
 (0)