From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:03:47 +0000 (+0100) Subject: CI: Update clang to version 20 X-Git-Tag: v9.1.1190~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf2731fd1a7a7b15a7d30ae56a6897360e66bd3;p=thirdparty%2Fvim.git CI: Update clang to version 20 closes: #16836 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 4ffd759765..19eabc477d 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: 19 + CLANG_VER: 20 TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE