From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Sun, 17 May 2026 08:48:14 +0000 (+0000) Subject: CI: Update clang to v22 X-Git-Tag: v9.2.0492~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab24858cf5dfb229969714328c637c1118510e89;p=thirdparty%2Fvim.git CI: Update clang to v22 closes: #20228 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 fc0a42f6ab..6a3e619279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: CC: ${{ matrix.compiler }} GCC_VER: 14 - CLANG_VER: 21 + CLANG_VER: 22 TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE