Skip to content

Commit c89d673

Browse files
committed
chore(ci): Update builder image
1 parent 0fad3dd commit c89d673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
build: [linux, macos, win-msvc]
6262
include:
6363
- build: linux
64-
os: ubuntu-20.04
64+
os: ubuntu-22.04
6565
rust: stable
6666
target: x86_64-unknown-linux-musl
6767
- build: macos
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
fetch-depth: 1
8585
- name: Install packages (Ubuntu)
86-
if: matrix.os == 'ubuntu-20.04'
86+
if: matrix.os == 'ubuntu-22.04'
8787
run: |
8888
sudo apt-get update
8989
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools

0 commit comments

Comments
 (0)