From: Thomas Weißschuh Date: Fri, 27 Sep 2024 20:13:15 +0000 (+0200) Subject: ci: use clang 19 X-Git-Tag: v2.42-start~183^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aba5a4989a837e4b4883e61c656c2b8a7927db4;p=thirdparty%2Futil-linux.git ci: use clang 19 Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index ffc6e3d65..1e1915872 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -30,8 +30,8 @@ jobs: # gcc-13 has false-positives with ubsan - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "yes" } - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "no" } - - { COMPILER: "clang", COMPILER_VERSION: "18", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "18", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "19", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "19", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout