Unnamed repository; edit this file 'description' to name the repository.
Merge #11593
11593: Build release binaries on Ubuntu 18.04 r=lnicola a=lnicola Fixes #11558 Co-authored-by: LaurenČ›iu Nicola <[email protected]>
bors[bot] 2022-03-02
parent 342c3c4 · parent f60d300 · commit a55dd29
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4a1c70ebd3..4ee7add1de 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