From d74fecd51c12ca8c2893e8ee0d0b114c85de4123 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sun, 5 Mar 2023 21:10:06 -0600 Subject: [PATCH] fix(ci): Release using Ubuntu 20.04 --- .github/workflows/post-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 309be68..af207a8 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -80,7 +80,7 @@ jobs: with: fetch-depth: 1 - name: Install packages (Ubuntu) - if: matrix.os == 'ubuntu-18.04' + if: matrix.os == 'ubuntu-20.04' run: | sudo apt-get update sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools