summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-09-25 21:05:00 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-25 21:05:00 +0200
commitf109bf93c9402e4e3122a7ae7846e6feae4fa222 (patch)
treed47b6bc4bdf86ec005297f7e21b80d65201eb6fd /.github
parentc1946267f22efe3ec5eb0a1a914f30782a538983 (diff)
patch 9.0.1943: CI not run with clang-17v9.0.1943
Problem: CI not run with clang-17 Solution: Update CI to use clang-17 closes: #12745 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f3ed8acb10..8c2e5396b7 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: 16
+ CLANG_VER: 17
TEST: test
SRCDIR: ./src
LEAK_CFLAGS: -DEXITFREE