Skip to content

Commit 27be6fc

Browse files
2 parents a0fb196 + 0d2c6db commit 27be6fc

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/check-binary-size.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
name: Check binary size
2323
strategy:
2424
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]
2628
runs-on: ${{ matrix.platform }}
2729
permissions:
2830
contents: read

.github/workflows/main.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
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
2519
- os: ubuntu-24.04
2620
rust: stable
2721
- os: ubuntu-24.04
@@ -185,7 +179,7 @@ jobs:
185179
186180
docker:
187181
name: Docker
188-
runs-on: ubuntu-20.04
182+
runs-on: ubuntu-24.04
189183
strategy:
190184
fail-fast: false
191185
matrix:
@@ -219,7 +213,7 @@ jobs:
219213

220214
rustfmt:
221215
name: Rustfmt
222-
runs-on: ubuntu-20.04
216+
runs-on: ubuntu-24.04
223217
steps:
224218
- uses: actions/checkout@v4
225219
with:
@@ -230,7 +224,7 @@ jobs:
230224

231225
build:
232226
name: Build Targets
233-
runs-on: ubuntu-20.04
227+
runs-on: ubuntu-24.04
234228
strategy:
235229
matrix:
236230
target:
@@ -258,7 +252,7 @@ jobs:
258252
fail-fast: false
259253
matrix:
260254
include:
261-
- os: ubuntu-20.04
255+
- os: ubuntu-24.04
262256
- os: windows-latest
263257
steps:
264258
- uses: actions/checkout@v4
@@ -270,7 +264,7 @@ jobs:
270264

271265
miri:
272266
name: Miri
273-
runs-on: ubuntu-20.04
267+
runs-on: ubuntu-24.04
274268
steps:
275269
- uses: actions/checkout@v4
276270
with:

0 commit comments

Comments
 (0)