File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
build : [linux-x86_64, macos-x86_64, macos-arm64]
22
22
include :
23
23
- build : linux-x86_64
24
- os : ubuntu-latest
24
+ os : ubuntu-20.04
25
25
rust : nightly
26
26
target : x86_64-unknown-linux-gnu
27
27
archive-name : server-assistant-x86_64-unknown-linux-gnu.tar.gz
@@ -61,15 +61,15 @@ jobs:
61
61
rustup target add ${{ matrix.target }}
62
62
63
63
- name : Build binary for Linux
64
- if : matrix.os == 'ubuntu-latest '
64
+ if : matrix.os == 'ubuntu-20.04 '
65
65
run : |
66
66
cargo build --verbose --release --target ${{ matrix.target }} --features vendored
67
67
env :
68
68
OPENSSL_STATIC : 1
69
69
RUST_BACKTRACE : 1
70
70
71
71
- name : Build binary for other platforms
72
- if : matrix.os != 'ubuntu-latest '
72
+ if : matrix.os != 'ubuntu-20.04 '
73
73
run : cargo build --verbose --release --target ${{ matrix.target }}
74
74
env :
75
75
RUST_BACKTRACE : 1
You can’t perform that action at this time.
0 commit comments