Skip to content

Commit a01d5e6

Browse files
committed
ci: change ubuntu runner version to 22.04
1 parent c27a441 commit a01d5e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
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-24.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Check module version
1515
uses: tarantool/actions/check-module-version@master
@@ -18,7 +18,7 @@ jobs:
1818

1919
publish-scm-1:
2020
if: github.ref == 'refs/heads/master'
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: tarantool/rocks.tarantool.org/github-action@master
@@ -29,7 +29,7 @@ jobs:
2929
publish-tag:
3030
if: startsWith(github.ref, 'refs/tags/')
3131
needs: version-check
32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v4
3535

.github/workflows/test_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
all:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-22.04
88
timeout-minutes: 10
99
env:
1010
DOWNLOAD_TOKEN: ${{ secrets.DOWNLOAD_TOKEN }}

0 commit comments

Comments
 (0)