We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2ad06 commit 30a051fCopy full SHA for 30a051f
.github/workflows/post-release.yml
@@ -61,7 +61,7 @@ jobs:
61
build: [linux, macos, win-msvc]
62
include:
63
- build: linux
64
- os: ubuntu-20.04
+ os: ubuntu-22.04
65
rust: stable
66
target: x86_64-unknown-linux-musl
67
- build: macos
@@ -79,7 +79,7 @@ jobs:
79
with:
80
fetch-depth: 1
81
- name: Install packages (Ubuntu)
82
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-22.04'
83
run: |
84
sudo apt-get update
85
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
0 commit comments