CI: Update clang to version 20 Commit: https://github.com/vim/vim/commit/ccf2731fd1a7a7b15a7d30ae56a6897360e66bd3 Author: Philip H. <47042125+pheid...@users.noreply.github.com> Date: Sun Mar 9 16:03:47 2025 +0100
CI: Update clang to version 20 closes: https://github.com/vim/vim/issues/16836 Signed-off-by: Philip H. <47042125+pheid...@users.noreply.github.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ffd75976..19eabc477 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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1trIMq-000I3P-0P%40256bit.org.