File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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
1818
1919 publish-rockspec-scm-1 :
2020 if : github.ref == 'refs/heads/master'
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
2323 - uses : actions/checkout@v3
2424 - uses : tarantool/rocks.tarantool.org/github-action@master
@@ -29,12 +29,12 @@ jobs:
2929 publish-rockspec-tag :
3030 if : startsWith(github.ref, 'refs/tags/')
3131 needs : version-check
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-22 .04
3333 steps :
3434 - uses : actions/checkout@v3
3535 - uses : tarantool/setup-tarantool@v2
3636 with :
37- tarantool-version : ' 2.10 '
37+ tarantool-version : ' 2.11 '
3838
3939 - run : echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
4040 - run : tarantoolctl rocks new_version --tag $TAG
Original file line number Diff line number Diff line change 1111 github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
1212 strategy :
1313 matrix :
14- tarantool-version : ["1.10", "2.10"]
14+ tarantool-version : ["1.10", "2.10", "2.11" ]
1515 fail-fast : false
16- runs-on : [ubuntu-20 .04]
16+ runs-on : [ubuntu-22 .04]
1717 steps :
1818 - uses : actions/checkout@v3
1919 - uses : tarantool/setup-tarantool@v2
You can’t perform that action at this time.
0 commit comments