From f3719621ca393ab91e95cfdca5fe170c06a7ce11 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 30 May 2023 21:27:22 +0000 Subject: [PATCH] switch back to 20.04 build image (#4976) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4895cfaa7..8fe46f66a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: include: - target: os: linux - builder: ubuntu-22.04 + builder: ubuntu-20.04 shell: bash - target: os: macos