File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
run_tests :
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
16
16
strategy :
17
17
fail-fast : false
Original file line number Diff line number Diff line change 10
10
if : |
11
11
github.event_name == 'push' ||
12
12
github.event.pull_request.head.repo.full_name != github.repository
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Check module version
16
16
# We need this step to run only on push with tag.
27
27
github.event.pull_request.head.repo.full_name != github.repository
28
28
# Packaging for CentOS 7 does not work with other versions, see:
29
29
# https://github.com/packpack/packpack/issues/145
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
needs : version-check
32
32
33
33
strategy :
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-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
steps :
14
14
- name : Check module version
15
15
uses : tarantool/actions/check-module-version@master
28
28
29
29
publish-rockspec-tag :
30
30
if : startsWith(github.ref, 'refs/tags/')
31
- runs-on : ubuntu-22 .04
31
+ runs-on : ubuntu-24 .04
32
32
needs : version-check
33
33
steps :
34
34
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
run_tests :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : ' Clone the queue module'
17
17
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments