Skip to content

Commit f3b0c82

Browse files
authored
Release workflow once more: Use ubuntu 22.04 (#124)
1 parent e3fbfbd commit f3b0c82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release-binaries.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
platform:
19-
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl }
19+
- { os: ubuntu-22.04, target: x86_64-unknown-linux-musl }
2020
- { os: macos-latest, target: aarch64-apple-darwin }
2121

2222
runs-on: ${{ matrix.platform.os }}
@@ -43,11 +43,11 @@ jobs:
4343
run: rustup target add aarch64-apple-darwin
4444

4545
- name: Add musl target
46-
if: matrix.platform.os == 'ubuntu-latest'
46+
if: matrix.platform.os == 'ubuntu-22.04'
4747
run: rustup target add x86_64-unknown-linux-musl
4848

4949
- name: Install deps for musl build
50-
if: matrix.platform.os == 'ubuntu-latest'
50+
if: matrix.platform.os == 'ubuntu-22.04'
5151
run: |
5252
sudo apt-get update
5353
sudo apt-get install -y musl-tools clang build-essential curl llvm-dev libclang-dev linux-headers-generic libsnappy-dev liblz4-dev libzstd-dev libgflags-dev zlib1g-dev libbz2-dev

0 commit comments

Comments
 (0)