File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 22
22
name : Check binary size
23
23
strategy :
24
24
matrix :
25
- platform : [ubuntu-latest, windows-latest]
25
+ # FIXME(jubilee): the immutable upload needs us to disambiguate things
26
+ # platform: [ubuntu-latest, windows-latest]
27
+ platform : [ubuntu-latest]
26
28
runs-on : ${{ matrix.platform }}
27
29
permissions :
28
30
contents : read
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
include :
19
- - os : ubuntu-20.04
20
- rust : stable
21
- - os : ubuntu-20.04
22
- rust : beta
23
- - os : ubuntu-20.04
24
- rust : nightly
25
19
- os : ubuntu-24.04
26
20
rust : stable
27
21
- os : ubuntu-24.04
@@ -185,7 +179,7 @@ jobs:
185
179
186
180
docker :
187
181
name : Docker
188
- runs-on : ubuntu-20 .04
182
+ runs-on : ubuntu-24 .04
189
183
strategy :
190
184
fail-fast : false
191
185
matrix :
@@ -219,7 +213,7 @@ jobs:
219
213
220
214
rustfmt :
221
215
name : Rustfmt
222
- runs-on : ubuntu-20 .04
216
+ runs-on : ubuntu-24 .04
223
217
steps :
224
218
- uses : actions/checkout@v4
225
219
with :
@@ -230,7 +224,7 @@ jobs:
230
224
231
225
build :
232
226
name : Build Targets
233
- runs-on : ubuntu-20 .04
227
+ runs-on : ubuntu-24 .04
234
228
strategy :
235
229
matrix :
236
230
target :
@@ -258,7 +252,7 @@ jobs:
258
252
fail-fast : false
259
253
matrix :
260
254
include :
261
- - os : ubuntu-20 .04
255
+ - os : ubuntu-24 .04
262
256
- os : windows-latest
263
257
steps :
264
258
- uses : actions/checkout@v4
@@ -270,7 +264,7 @@ jobs:
270
264
271
265
miri :
272
266
name : Miri
273
- runs-on : ubuntu-20 .04
267
+ runs-on : ubuntu-24 .04
274
268
steps :
275
269
- uses : actions/checkout@v4
276
270
with :
You can’t perform that action at this time.
0 commit comments