Skip to content

Commit 720a2c6

Browse files
committed
let's hope this fixes release builds
1 parent df87d52 commit 720a2c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ jobs:
8383
feature: [ "small", "lean", "max", "max-pure" ]
8484
include:
8585
- build: linux
86-
os: ubuntu-18.04
86+
os: ubuntu-latest
8787
rust: stable
8888
target: x86_64-unknown-linux-musl
8989
feature: "max-pure"
9090
# - build: linux-arm
91-
# os: ubuntu-18.04
91+
# os: ubuntu-latest
9292
# rust: nightly
9393
# target: arm-unknown-linux-gnueabihf
9494
- build: macos
@@ -115,7 +115,7 @@ jobs:
115115
fetch-depth: 1
116116

117117
- name: Install packages (Ubuntu)
118-
if: matrix.os == 'ubuntu-18.04'
118+
if: matrix.os == 'ubuntu-latest'
119119
run: |
120120
sudo apt-get update && sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools libssl-dev
121121

0 commit comments

Comments
 (0)