From: Thomas Weißschuh Date: Tue, 15 Apr 2025 15:16:49 +0000 (+0200) Subject: ci: update clang to version 20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60a4fa475c549d16ffc0ef7106535a354ea5a9f3;p=thirdparty%2Futil-linux.git ci: update clang to version 20 Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 5c3472d03..2d43d1d1d 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: "19", SANITIZE: "yes" } - - { COMPILER: "clang", COMPILER_VERSION: "19", SANITIZE: "no" } + - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "yes" } + - { COMPILER: "clang", COMPILER_VERSION: "20", SANITIZE: "no" } env: ${{ matrix.env }} steps: - name: Repository checkout