From 32ba2d16b919310a8c6797ac45747595f301a207 Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 18 Aug 2022 08:31:16 +0000 Subject: [PATCH] update from deprecated to supported Ubuntu and macOS GitHub Actions CI images (#144) --- .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 0fa16ed..24e957d 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