File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
# Run not only on tags, otherwise dependent job will skip.
14
14
version-check :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-22 .04
16
16
steps :
17
17
- name : Check module version
18
18
# We need this step to run only on push with tag.
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-22 .04
13
13
steps :
14
14
- name : Check module version
15
15
uses : tarantool/actions/check-module-version@master
Original file line number Diff line number Diff line change 15
15
include :
16
16
- tarantool : ' 2.11'
17
17
coveralls : true
18
- runs-on : [ubuntu-20 .04]
18
+ runs-on : [ubuntu-22 .04]
19
19
steps :
20
20
- uses : actions/checkout@master
21
21
- uses : tarantool/setup-tarantool@v3
You can’t perform that action at this time.
0 commit comments