From 7c64a81f014a8213605b7c85b1e642375071a0fb Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Fri, 9 Dec 2022 18:47:16 +0400 Subject: [PATCH] Explicitly using ubuntu-20.04 instead of ubuntu-latest --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index caeb4497..dff66e0d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,7 +12,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: compiler: [clang-6, gcc-7, gcc-8, gcc-9]