Skip to content

Commit e162363

Browse files
committed
Auto merge of rust-lang#13071 - lnicola:ubuntu-20.04, r=lnicola
internal: Build release binaries on `ubuntu-20.04` Ubuntu 18.04 is still available until December 1st, but will start failing from time to time, which is not something we want when building nightlies.
2 parents 099f911 + 00b0089 commit e162363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- os: windows-latest
3232
target: aarch64-pc-windows-msvc
3333
code-target: win32-arm64
34-
- os: ubuntu-18.04
34+
- os: ubuntu-20.04
3535
target: x86_64-unknown-linux-gnu
3636
code-target: linux-x64
37-
- os: ubuntu-18.04
37+
- os: ubuntu-20.04
3838
target: aarch64-unknown-linux-gnu
3939
code-target: linux-arm64
40-
- os: ubuntu-18.04
40+
- os: ubuntu-20.04
4141
target: arm-unknown-linux-gnueabihf
4242
code-target: linux-armhf
4343
- os: macos-11

0 commit comments

Comments
 (0)