Skip to content

Commit 4e5b115

Browse files
committed
chore(ci): Update builder image
1 parent fa0319c commit 4e5b115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-release.yml

+2-2
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-gnu
6767
- build: macos
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 1
8181
- name: Install packages (Ubuntu)
82-
if: matrix.os == 'ubuntu-20.04'
82+
if: matrix.os == 'ubuntu-22.04'
8383
run: |
8484
sudo apt-get update
8585
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool

0 commit comments

Comments
 (0)