Skip to content

Commit a55dd29

Browse files
bors[bot]lnicola
andauthored
Merge #11593
11593: Build release binaries on Ubuntu 18.04 r=lnicola a=lnicola Fixes #11558 Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 342c3c4 + f60d300 commit a55dd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- os: windows-latest
3131
target: aarch64-pc-windows-msvc
3232
code-target: win32-arm64
33-
- os: ubuntu-20.04
33+
- os: ubuntu-18.04
3434
target: x86_64-unknown-linux-gnu
3535
code-target: linux-x64
36-
- os: ubuntu-20.04
36+
- os: ubuntu-18.04
3737
target: aarch64-unknown-linux-gnu
3838
code-target: linux-arm64
3939
- os: macos-11

0 commit comments

Comments
 (0)