From 28aee7b3f716e79fbe8bcf4cc31947a1d6940cbe Mon Sep 17 00:00:00 2001 From: Lidia Demin Date: Wed, 6 Apr 2022 10:39:51 +0200 Subject: [PATCH] [TASK] Use Ubuntu 20.04 --- .github/workflows/cgl-and-unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cgl-and-unit.yaml b/.github/workflows/cgl-and-unit.yaml index e5859ba..2a1b4fa 100644 --- a/.github/workflows/cgl-and-unit.yaml +++ b/.github/workflows/cgl-and-unit.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: cgl-and-unit-tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: