From 6ae12391a0a7dfb9e66aff2d7c27a5c412a50d41 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Tue, 19 Sep 2023 17:03:20 -0400 Subject: [PATCH] ubuntu 22.04 --- .github/workflows/release-candid-extractor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-candid-extractor.yml b/.github/workflows/release-candid-extractor.yml index bbdb7b843..0438b283c 100644 --- a/.github/workflows/release-candid-extractor.yml +++ b/.github/workflows/release-candid-extractor.yml @@ -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