GitLab CI: Switch to clang 13.

Clang 13 was added to the Ubuntu image in wireshark-containers
e5725506f4.
This commit is contained in:
Gerald Combs 2021-10-05 13:14:32 -07:00
parent 4f4e9bfbc4
commit 0aae44e145
1 changed files with 1 additions and 1 deletions

View File

@ -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: 13
# Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/
CLICOLOR_FORCE: 1