From: Tomas Mraz Date: Tue, 4 Mar 2025 15:20:16 +0000 (+0100) Subject: compiler-zoo.yml: Switch to ubuntu-22.04 where possible X-Git-Tag: openssl-3.0.17~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a05440348ee4cf45f3d2088d82388e8ec882fe;p=thirdparty%2Fopenssl.git compiler-zoo.yml: Switch to ubuntu-22.04 where possible And drop the rest. The ubuntu-20.04 CI runners are discontinued. Reviewed-by: Tim Hudson Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/26971) (cherry picked from commit 4e9b542868890428f0294a4ce53fcde68c1fcaf7) --- diff --git a/.github/workflows/compiler-zoo.yml b/.github/workflows/compiler-zoo.yml index 9932b39f95b..cd90e2faca9 100644 --- a/.github/workflows/compiler-zoo.yml +++ b/.github/workflows/compiler-zoo.yml @@ -19,44 +19,23 @@ jobs: matrix: zoo: [ { - cc: gcc-7, - distro: ubuntu-20.04 - }, { - cc: gcc-8, - distro: ubuntu-20.04 - }, { cc: gcc-9, - distro: ubuntu-20.04 + distro: ubuntu-22.04 }, { cc: gcc-10, - distro: ubuntu-20.04 + distro: ubuntu-22.04 }, { cc: gcc-11, distro: ubuntu-22.04 }, { cc: gcc-12, distro: ubuntu-22.04 - }, { - cc: clang-6.0, - distro: ubuntu-20.04 - }, { - cc: clang-7, - distro: ubuntu-20.04 - }, { - cc: clang-8, - distro: ubuntu-20.04 - }, { - cc: clang-9, - distro: ubuntu-20.04 - }, { - cc: clang-10, - distro: ubuntu-20.04 }, { cc: clang-11, - distro: ubuntu-20.04 + distro: ubuntu-22.04 }, { cc: clang-12, - distro: ubuntu-20.04 + distro: ubuntu-22.04 }, { cc: clang-13, distro: ubuntu-22.04