From 1908004ea9556c26445909ef4ca4cd13a07fdd7f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 12 Feb 2025 14:26:20 +0100 Subject: [PATCH] Get CI off of about-to-be-removed Ubuntu 20.04 (#391) Signed-off-by: Sebastian Pipping --- .github/workflows/run_test_suite.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run_test_suite.yml b/.github/workflows/run_test_suite.yml index eb0e98b..3f7ad81 100644 --- a/.github/workflows/run_test_suite.yml +++ b/.github/workflows/run_test_suite.yml @@ -36,11 +36,6 @@ jobs: fail-fast: false matrix: include: - - runs-on: ubuntu-20.04 - gcc: 7 - install: g++-7 gcc-7 cpp-7 - # GCC 4 to 8 are assumed to behave "the same", - # so we are skipping GCC 8 here to save CI resources - runs-on: ubuntu-24.04 gcc: 9 install: g++-9 gcc-9 cpp-9