From b32ab8819168a05471616304cc213bfa7f3a4657 Mon Sep 17 00:00:00 2001 From: tersec Date: Thu, 18 Aug 2022 20:07:57 +0200 Subject: [PATCH] switch GitHub Actions CI images from Ubuntu 18.04 to 20.04 (#3988) --- .github/workflows/ci.yml | 2 +- .github/workflows/cron.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dcb01b12..d32d7d202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: include: - target: os: linux - builder: ubuntu-18.04 + builder: ubuntu-20.04 shell: bash - target: os: macos diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 06c6c4c2c..083ddef32 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -25,7 +25,7 @@ jobs: include: - target: os: linux - builder: ubuntu-18.04 + builder: ubuntu-20.04 shell: bash - target: os: macos