We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b17fd commit e299911Copy full SHA for e299911
.gitlab-ci.yml
@@ -51,7 +51,7 @@ build_and_test:
51
tags: [$MACHINE]
52
script:
53
- 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
+ - if [ "$COMPILER" = "clang" ]; then export CC=clang$MP-19; export CXX=clang++$MP-19; fi
55
56
# compose a name for this configuration
57
- |+
0 commit comments