From: Frantisek Sumsal Date: Tue, 30 May 2023 07:07:39 +0000 (+0200) Subject: ci: add gcc-13, drop gcc-12 X-Git-Tag: v254-rc1~336^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4189d009aecc0ba992ea42654e26f68bbd193891;p=thirdparty%2Fsystemd.git ci: add gcc-13, drop gcc-12 --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index ce298e5efe2..9284bec9887 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -26,7 +26,7 @@ jobs: matrix: env: - { COMPILER: "gcc", COMPILER_VERSION: "11", LINKER: "bfd", CRYPTOLIB: "gcrypt" } - - { COMPILER: "gcc", COMPILER_VERSION: "12", LINKER: "gold", CRYPTOLIB: "openssl" } + - { COMPILER: "gcc", COMPILER_VERSION: "13", LINKER: "gold", CRYPTOLIB: "openssl" } - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "mold", CRYPTOLIB: "gcrypt" } - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "lld", CRYPTOLIB: "openssl" } - { COMPILER: "clang", COMPILER_VERSION: "16", LINKER: "bfd", CRYPTOLIB: "auto" }