@@ -19,7 +19,7 @@ defaults:
19
19
20
20
jobs :
21
21
changelog :
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-20.04
23
23
24
24
steps :
25
25
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
@@ -53,12 +53,12 @@ jobs:
53
53
needs : changelog
54
54
strategy :
55
55
matrix :
56
- os : [ubuntu-latest , windows-latest, macos-latest]
56
+ os : [ubuntu-20.04 , windows-latest, macos-latest]
57
57
host : [x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, x86_64-apple-darwin, x86_64-pc-windows-msvc]
58
58
exclude :
59
- - os : ubuntu-latest
59
+ - os : ubuntu-20.04
60
60
host : x86_64-apple-darwin
61
- - os : ubuntu-latest
61
+ - os : ubuntu-20.04
62
62
host : x86_64-pc-windows-msvc
63
63
- os : macos-latest
64
64
host : x86_64-unknown-linux-gnu
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
metadata_collection :
149
149
needs : changelog
150
- runs-on : ubuntu-latest
150
+ runs-on : ubuntu-20.04
151
151
152
152
steps :
153
153
# Setup
@@ -166,7 +166,7 @@ jobs:
166
166
167
167
integration_build :
168
168
needs : changelog
169
- runs-on : ubuntu-latest
169
+ runs-on : ubuntu-20.04
170
170
171
171
steps :
172
172
# Setup
@@ -224,7 +224,7 @@ jobs:
224
224
- ' rust-lang-nursery/failure'
225
225
- ' rust-lang/log'
226
226
227
- runs-on : ubuntu-latest
227
+ runs-on : ubuntu-20.04
228
228
229
229
steps :
230
230
# Setup
@@ -265,7 +265,7 @@ jobs:
265
265
end-success :
266
266
name : bors test finished
267
267
if : github.event.pusher.name == 'bors' && success()
268
- runs-on : ubuntu-latest
268
+ runs-on : ubuntu-20.04
269
269
needs : [changelog, base, metadata_collection, integration_build, integration]
270
270
271
271
steps :
@@ -275,7 +275,7 @@ jobs:
275
275
end-failure :
276
276
name : bors test finished
277
277
if : github.event.pusher.name == 'bors' && (failure() || cancelled())
278
- runs-on : ubuntu-latest
278
+ runs-on : ubuntu-20.04
279
279
needs : [changelog, base, metadata_collection, integration_build, integration]
280
280
281
281
steps :
0 commit comments