Skip to content

Commit

Permalink
chore(ci): Update builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 11, 2025
1 parent dd2ad06 commit 30a051f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
build: [linux, macos, win-msvc]
include:
- build: linux
os: ubuntu-20.04
os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-musl
- build: macos
Expand All @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 1
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
Expand Down

0 comments on commit 30a051f

Please sign in to comment.