diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-03-01 07:24:27 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-03-01 07:24:27 +0200 |
| commit | f60d3003004ed56be75ee0073b097aeecb27a239 (patch) | |
| tree | 02a5e96b34be7f7134ef4c2643e3801d5fc34f77 | |
| parent | 4e72700e38421a12993fe5fa5c33d712652bc6c8 (diff) | |
| download | rust-f60d3003004ed56be75ee0073b097aeecb27a239.tar.gz rust-f60d3003004ed56be75ee0073b097aeecb27a239.zip | |
Build release binaries on Ubuntu 18.04
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a1c70ebd39..4ee7add1de3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 |
