From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:10:09 +0000 (+0000) Subject: CI: update Linux test targets (#2370) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c60bb7846a358326ce7232b0b8c035381cd164;p=thirdparty%2Fsquid.git CI: update Linux test targets (#2370) Ubuntu Plucky is no longer supported by Canonical, use Questing --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 68216242b8..dcb1c0f70c 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -41,9 +41,8 @@ jobs: - opensuse-tumbleweed - ubuntu-focal - ubuntu-jammy - - ubuntu-noble # EOL 2036-04 - - ubuntu-oracular # EOL 2025-07 - - ubuntu-plucky + - ubuntu-noble + - ubuntu-questing compiler: - { CC: gcc, CXX: g++ } - { CC: clang, CXX: clang++ }