From 925daf665cdaa656d68749a7d52ef73a68b399b6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 2 May 2022 13:57:12 -0700 Subject: GitLab CI: Switch back to Clang 14. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48253d5d8c..d825edf710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,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: 12 + CLANG_VERSION: 14 # Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/ CLICOLOR_FORCE: 1 # Skip irrelevant SAST scanners: -- cgit v1.2.3