File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
version-check :
10
10
# We need this job to run only on push with tag.
11
11
if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
12
- runs-on : ubuntu-24 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- name : Check module version
15
15
uses : tarantool/actions/check-module-version@master
18
18
19
19
publish-scm-1 :
20
20
if : github.ref == 'refs/heads/master'
21
- runs-on : ubuntu-24 .04
21
+ runs-on : ubuntu-22 .04
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- uses : tarantool/rocks.tarantool.org/github-action@master
29
29
publish-tag :
30
30
if : startsWith(github.ref, 'refs/tags/')
31
31
needs : version-check
32
- runs-on : ubuntu-24 .04
32
+ runs-on : ubuntu-22 .04
33
33
steps :
34
34
- uses : actions/checkout@v4
35
35
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
4
4
5
5
jobs :
6
6
all :
7
- runs-on : ubuntu-24 .04
7
+ runs-on : ubuntu-22 .04
8
8
timeout-minutes : 10
9
9
env :
10
10
DOWNLOAD_TOKEN : ${{ secrets.DOWNLOAD_TOKEN }}
You can’t perform that action at this time.
0 commit comments