Skip to content

Commit e299911

Browse files
committed
Use clang 19
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent c8b17fd commit e299911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build_and_test:
5151
tags: [$MACHINE]
5252
script:
5353
- if [ "$COMPILER" = "gcc" ]; then export CC=gcc-13; export CXX=g++-13; fi
54-
- if [ "$COMPILER" = "clang" ]; then export CC=clang$MP-18; export CXX=clang++$MP-18; fi
54+
- if [ "$COMPILER" = "clang" ]; then export CC=clang$MP-19; export CXX=clang++$MP-19; fi
5555

5656
# compose a name for this configuration
5757
- |+

0 commit comments

Comments
 (0)