mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Merge #11593
11593: Build release binaries on Ubuntu 18.04 r=lnicola a=lnicola Fixes #11558 Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
a55dd29e88
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
- os: windows-latest
|
||||
target: aarch64-pc-windows-msvc
|
||||
code-target: win32-arm64
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-18.04
|
||||
target: x86_64-unknown-linux-gnu
|
||||
code-target: linux-x64
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-18.04
|
||||
target: aarch64-unknown-linux-gnu
|
||||
code-target: linux-arm64
|
||||
- os: macos-11
|
||||
|
Loading…
Reference in New Issue
Block a user