Skip to content

Commit e815f8a

Browse files
committed
use ubuntu 18.04 for artifact build process;
1 parent 3724f09 commit e815f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: ubuntu-20.04
1414
build_tool: cross # Use https://github.com/cross-rs/cross for ARM
1515
- target: x86_64-unknown-linux-gnu
16-
os: ubuntu-20.04
16+
os: ubuntu-18.04
1717
build_tool: cargo
1818
- target: x86_64-apple-darwin
1919
os: macos-latest

0 commit comments

Comments
 (0)