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 1212jobs :
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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments