From 1893d929108bdf28c661b7a28dd158e0d978e3b4 Mon Sep 17 00:00:00 2001 From: jarzec Date: Thu, 1 May 2025 23:02:30 +0200 Subject: [PATCH] CI: Remove unsupported Ubuntu 20.04 runs --- .github/workflows/regression-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index f31562f583..5a1b62545e 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -25,11 +25,6 @@ jobs: cxx_std: [c++2b] stdlib: [libstdc++] include: - - os: ubuntu-20.04 - shortosname: ubu-20 - compiler: g++-10 - cxx_std: c++20 - stdlib: libstdc++ - os: ubuntu-24.04 shortosname: ubu-24 compiler: clang++-18 @@ -50,11 +45,6 @@ jobs: compiler: clang++-15 cxx_std: c++20 stdlib: libc++-15-dev - - os: ubuntu-20.04 - shortosname: ubu-20 - compiler: clang++-12 - cxx_std: c++20 - stdlib: libstdc++ - os: macos-14 shortosname: mac-14 compiler: clang++