We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df87d52 commit 720a2c6Copy full SHA for 720a2c6
.github/workflows/release.yml
@@ -83,12 +83,12 @@ jobs:
83
feature: [ "small", "lean", "max", "max-pure" ]
84
include:
85
- build: linux
86
- os: ubuntu-18.04
+ os: ubuntu-latest
87
rust: stable
88
target: x86_64-unknown-linux-musl
89
feature: "max-pure"
90
# - build: linux-arm
91
-# os: ubuntu-18.04
+# os: ubuntu-latest
92
# rust: nightly
93
# target: arm-unknown-linux-gnueabihf
94
- build: macos
@@ -115,7 +115,7 @@ jobs:
115
fetch-depth: 1
116
117
- name: Install packages (Ubuntu)
118
- if: matrix.os == 'ubuntu-18.04'
+ if: matrix.os == 'ubuntu-latest'
119
run: |
120
sudo apt-get update && sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools libssl-dev
121
0 commit comments