From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:45:52 +0000 (+0200) Subject: CI: update clang compiler to version 20 X-Git-Tag: v9.1.0655~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22a22529afc9854dffaf32c742e4796ac6c9999b;p=thirdparty%2Fvim.git CI: update clang compiler to version 20 closes: #15416 Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46eda8d7e0..edad08a65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: CC: ${{ matrix.compiler }} GCC_VER: 13 - CLANG_VER: 18 + CLANG_VER: 19 TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE