From: Thomas Weißschuh Date: Thu, 1 Jun 2023 13:10:38 +0000 (+0200) Subject: ci: use clang 16 X-Git-Tag: v2.40-rc1~388^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed3fd21fe26f092cbdf6563f9ed6f1e38a5d63b4;p=thirdparty%2Futil-linux.git ci: use clang 16 Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index e91179ea6d..06f7d03b79 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -27,8 +27,8 @@ jobs: # gcc-13 has false-positives with ubsan - { COMPILER: "gcc", COMPILER_VERSION: "11", SANITIZE: "yes" } - { COMPILER: "gcc", COMPILER_VERSION: "13", SANITIZE: "no" } - - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "15", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "16", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "16", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout