File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 99 if : |
1010 github.event_name == 'push' ||
1111 github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-20.04
1313 steps :
1414 - uses : actions/checkout@master
1515
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 push-scm-rockspec :
15- runs-on : [ ubuntu-latest ]
15+ runs-on : ubuntu-20.04
1616 if : github.ref == 'refs/heads/master'
1717 steps :
1818 - uses : actions/checkout@master
2323 files : ${{ env.ROCK_NAME }}-scm-1.rockspec
2424
2525 push-tagged-rockspec :
26- runs-on : [ ubuntu-latest ]
26+ runs-on : ubuntu-20.04
2727 if : startsWith(github.ref, 'refs/tags')
2828 steps :
2929 - uses : actions/checkout@master
Original file line number Diff line number Diff line change 2929 coveralls : true
3030 metrics-version : " 0.12.0"
3131 fail-fast : false
32- runs-on : [ubuntu-latest]
32+ # Can't install older versions on 22.04,
33+ # see https://github.com/tarantool/setup-tarantool/issues/36
34+ runs-on : ubuntu-20.04
3335 steps :
3436 - uses : actions/checkout@master
3537
8082 tarantool-version : ["1.10", "2.8"]
8183 metrics-version : ["0.12.0"]
8284 fail-fast : false
83- runs-on : [ ubuntu-latest]
85+ runs-on : ubuntu-20.04
8486 steps :
8587 - uses : actions/checkout@master
8688
@@ -113,7 +115,7 @@ jobs:
113115 bundle_version : [ "1.10.11-0-gf0b0e7ecf-r422", "2.7.3-0-gdddf926c3-r422" ]
114116 metrics-version : ["", "0.12.0"]
115117 fail-fast : false
116- runs-on : [ ubuntu-latest ]
118+ runs-on : ubuntu-20.04
117119 steps :
118120 - uses : actions/checkout@master
119121
You can’t perform that action at this time.
0 commit comments