From 0928a25d1f7f24b38b59474a981296b8de8ba372 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 6 Nov 2022 10:33:09 -0800 Subject: [PATCH] GitLab CI: Switch to clang 15. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6caa20e2f5..945525a40e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: GIT_FETCH_EXTRA_FLAGS: "--depth=5000" CCACHE_DIR: "${CI_PROJECT_DIR}/ccache" # Preferred version of clang available on wireshark-ubuntu-dev - CLANG_VERSION: "14" + CLANG_VERSION: "15" # Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/ CLICOLOR_FORCE: "1" # Skip irrelevant SAST scanners: