Skip to content

Commit

Permalink
ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Sep 19, 2023
1 parent 9879a06 commit 6ae1239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-candid-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
# The indirect dependency `zstd-safe` (introduced by `wasmtime`) needs higher version of GLIBC.
# using ubuntu-20.04 will fail to compile
- os: ubuntu-22.04
binstall_pkg: candid-extractor-x86_64-unknown-linux-gnu.tar.gz
- os: macos-12
binstall_pkg: candid-extractor-x86_64-apple-darwin.tar.gz
Expand Down

0 comments on commit 6ae1239

Please sign in to comment.