From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:02:10 +0000 (+0100) Subject: CI: update clang to v18 (#13937) X-Git-Tag: v9.1.0066~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28db30ddb1ea458dd1826babe479ec2bf54b1ed6;p=thirdparty%2Fvim.git CI: update clang to v18 (#13937) 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 07ee9f52bb..726de4e51c 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: 17 + CLANG_VER: 18 TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE