# HG changeset patch # User Christian Brabandt # Date 1706728505 -3600 # Node ID 16a75ce45d44d66ef9d9302f77aae7bf77cbdb6a # Parent d15d40bf532bdb828fbbc8dba64ef39a6f9b133c CI: update clang to v18 (#13937) Commit: https://github.com/vim/vim/commit/28db30ddb1ea458dd1826babe479ec2bf54b1ed6 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Jan 31 20:02:10 2024 +0100 CI: update clang to v18 (https://github.com/vim/vim/issues/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 --- 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