changeset 35888:db43ec5cb82f

CI: update clang compiler to version 20 Commit: https://github.com/vim/vim/commit/22a22529afc9854dffaf32c742e4796ac6c9999b Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Aug 2 19:45:52 2024 +0200 CI: update clang compiler to version 20 closes: https://github.com/vim/vim/issues/15416 Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Aug 2024 20:00:04 +0200
parents 26258d427b03
children 625dcbcc4f71
files .github/workflows/ci.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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