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 1515
1616jobs :
1717 pack-and-push-tagged-rockspec :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-22.04
1919 if : ${{ github.event.workflow_run.conclusion == 'success' }} && startsWith(github.ref, 'refs/tags/') }}
2020 steps :
2121 - uses : actions/checkout@v3
2222 - uses : tarantool/setup-tarantool@v3
2323 with :
24- tarantool-version : ' 2.11.2 '
24+ tarantool-version : ' 2.11'
2525
2626 # https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2727 - name : Set env
Original file line number Diff line number Diff line change 66
77jobs :
88 run-unit-tests :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
1111 - uses : actions/checkout@v3
1212 - uses : tarantool/setup-tarantool@v3
1313 with :
14- tarantool-version : ' 2.11.2 '
14+ tarantool-version : ' 2.11'
1515 - name : run tests
1616 run : make test
1717 - name : publish coveralls report
You can’t perform that action at this time.
0 commit comments