From 2a366d4e4ea4be632ef5c32debf3a55bdde0adc8 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 26 Jan 2024 14:09:56 +0100 Subject: [PATCH] linux.yml: Drop GCC 11/12 and Clang 15/16/17 --- .github/workflows/linux.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 041bed2a..4bea75db 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,30 +18,10 @@ jobs: fail-fast: false matrix: include: - - cc: gcc-11 - cxx: g++-11 - clang_major_version: null - clang_repo_suffix: null - - cc: gcc-12 - cxx: g++-12 - clang_major_version: null - clang_repo_suffix: null - cc: gcc-13 cxx: g++-13 clang_major_version: null clang_repo_suffix: null - - cc: clang-15 - cxx: clang++-15 - clang_major_version: 15 - clang_repo_suffix: -15 - - cc: clang-16 - cxx: clang++-16 - clang_major_version: 16 - clang_repo_suffix: -16 - - cc: clang-17 - cxx: clang++-17 - clang_major_version: 17 - clang_repo_suffix: -17 - cc: clang-18 cxx: clang++-18 clang_major_version: 18