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 9
9
if : |
10
10
github.event_name == 'push' ||
11
11
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
13
13
steps :
14
14
- uses : actions/checkout@master
15
15
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
push-scm-rockspec :
15
- runs-on : [ ubuntu-latest ]
15
+ runs-on : ubuntu-20.04
16
16
if : github.ref == 'refs/heads/master'
17
17
steps :
18
18
- uses : actions/checkout@master
23
23
files : ${{ env.ROCK_NAME }}-scm-1.rockspec
24
24
25
25
push-tagged-rockspec :
26
- runs-on : [ ubuntu-latest ]
26
+ runs-on : ubuntu-20.04
27
27
if : startsWith(github.ref, 'refs/tags')
28
28
steps :
29
29
- uses : actions/checkout@master
Original file line number Diff line number Diff line change 29
29
coveralls : true
30
30
metrics-version : " 0.12.0"
31
31
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
33
35
steps :
34
36
- uses : actions/checkout@master
35
37
80
82
tarantool-version : ["1.10", "2.8"]
81
83
metrics-version : ["0.12.0"]
82
84
fail-fast : false
83
- runs-on : [ ubuntu-latest]
85
+ runs-on : ubuntu-20.04
84
86
steps :
85
87
- uses : actions/checkout@master
86
88
@@ -113,7 +115,7 @@ jobs:
113
115
bundle_version : [ "1.10.11-0-gf0b0e7ecf-r422", "2.7.3-0-gdddf926c3-r422" ]
114
116
metrics-version : ["", "0.12.0"]
115
117
fail-fast : false
116
- runs-on : [ ubuntu-latest ]
118
+ runs-on : ubuntu-20.04
117
119
steps :
118
120
- uses : actions/checkout@master
119
121
You can’t perform that action at this time.
0 commit comments