File tree 3 files changed +6
-6
lines changed
3 files changed +6
-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 # See https://github.com/tarantool/setup-tarantool/issues/36
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 # See https://github.com/tarantool/setup-tarantool/issues/36
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 # See https://github.com/tarantool/setup-tarantool/issues/36
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
+ runs-on : ubuntu-20.04 # See https://github.com/tarantool/setup-tarantool/issues/36
33
33
steps :
34
34
- uses : actions/checkout@master
35
35
87
87
tarantool-version : ["1.10", "2.8"]
88
88
metrics-version : ["0.12.0"]
89
89
fail-fast : false
90
- runs-on : [ ubuntu-latest]
90
+ runs-on : ubuntu-20.04 # See https://github.com/tarantool/setup-tarantool/issues/36
91
91
steps :
92
92
- uses : actions/checkout@master
93
93
@@ -127,7 +127,7 @@ jobs:
127
127
bundle_version : [ "1.10.11-0-gf0b0e7ecf-r422", "2.7.3-0-gdddf926c3-r422" ]
128
128
metrics-version : ["", "0.12.0"]
129
129
fail-fast : false
130
- runs-on : [ ubuntu-latest ]
130
+ runs-on : ubuntu-20.04 # See https://github.com/tarantool/setup-tarantool/issues/36
131
131
steps :
132
132
- uses : actions/checkout@master
133
133
You can’t perform that action at this time.
0 commit comments