Skip to content

Commit f60d300

Browse files
committed
Build release binaries on Ubuntu 18.04
1 parent 4e72700 commit f60d300

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)