From b4bb204c80da277a7cd6ca414467c91ba7a9ede2 Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Sun, 7 Jul 2024 23:02:06 +0200 Subject: [PATCH] Exclude from CI build images no longer supportable on GitHub runners --- .github/workflows/linux-full-tests.yml | 20 -------------------- .github/workflows/linux-nondefault.yml | 20 -------------------- 2 files changed, 40 deletions(-) diff --git a/.github/workflows/linux-full-tests.yml b/.github/workflows/linux-full-tests.yml index 0a069bf4634..819eec46773 100644 --- a/.github/workflows/linux-full-tests.yml +++ b/.github/workflows/linux-full-tests.yml @@ -10,21 +10,6 @@ jobs: fail-fast: false matrix: include: - - name: "gcc 5.4 (Boost 1.66)" - shortname: gcc5 - tag: xenial - cc: gcc - cxx: g++ - - name: "gcc 6.3 (Boost 1.66)" - shortname: gcc6 - tag: zesty - cc: gcc - cxx: g++ - - name: "gcc 7.4 (Boost 1.72)" - shortname: gcc7 - tag: bionic - cc: gcc - cxx: g++ - name: "gcc 8.3 (Boost 1.72)" shortname: gcc8 tag: cosmic @@ -55,11 +40,6 @@ jobs: tag: noble cc: gcc cxx: g++ - - name: "Clang 6 (Boost 1.72)" - shortname: clang6 - tag: bionic - cc: clang - cxx: clang++ - name: "Clang 7 (Boost 1.72)" shortname: clang7 tag: cosmic diff --git a/.github/workflows/linux-nondefault.yml b/.github/workflows/linux-nondefault.yml index aa97ff8c288..cae7a3cca8e 100644 --- a/.github/workflows/linux-nondefault.yml +++ b/.github/workflows/linux-nondefault.yml @@ -10,21 +10,6 @@ jobs: fail-fast: false matrix: include: - - name: "gcc 5.4 (Boost 1.66)" - shortname: gcc5 - tag: xenial - cc: gcc - cxx: g++ - - name: "gcc 6.3 (Boost 1.66)" - shortname: gcc6 - tag: zesty - cc: gcc - cxx: g++ - - name: "gcc 7.4 (Boost 1.72)" - shortname: gcc7 - tag: bionic - cc: gcc - cxx: g++ - name: "gcc 8.3 (Boost 1.72)" shortname: gcc8 tag: cosmic @@ -55,11 +40,6 @@ jobs: tag: noble cc: gcc cxx: g++ - - name: "Clang 6 (Boost 1.72)" - shortname: clang6 - tag: bionic - cc: clang - cxx: clang++ - name: "Clang 7 (Boost 1.72)" shortname: clang7 tag: cosmic