From d1acb427434bf3aa8433acb6873228bbfd16b0f4 Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 18 Aug 2022 08:18:24 +0000 Subject: [PATCH] update GitHub Actions CI images from deprecated Ubuntu 18.04 to 20.04 (#119) --- .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 f44ea93..d4cd160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: include: - target: os: linux - builder: ubuntu-18.04 + builder: ubuntu-20.04 shell: bash - target: os: macos