Skip to content

Commit 935a8df

Browse files
committed
ci: Use clang-21
1 parent 1d83c6b commit 935a8df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/ci/gitlab-shared-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
- .gitlab-shared-docker-ubuntu
4444
variables:
4545
COMPILER: "clang"
46-
COMPILER_VERSION: "20"
47-
CC: "clang-20"
46+
COMPILER_VERSION: "21"
47+
CC: "clang-21"
4848

4949
.gitlab-shared-gcc-alpine:
5050
extends:

0 commit comments

Comments
 (0)