From fa3a3500c31f928f1d16fbb5812123bd1ab9fba1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sun, 5 Mar 2023 21:01:14 -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 1012f4e..309be68 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -62,7 +62,7 @@ jobs: build: [linux, macos, win-msvc] include: - build: linux - os: ubuntu-18.04 + os: ubuntu-20.04 rust: stable target: x86_64-unknown-linux-musl - build: macos