Skip to content

Commit bdc9864

Browse files
committed
chore: only 1 each of msvc, clang, gcc CI targets
1 parent 5d8636b commit bdc9864

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
msvc 14.34
3838
standards: '>=20'
3939
max-standards: 1
40-
latest-factors: gcc Coverage TSan UBSan
41-
factors: | # Don't include Asan because `clang/AST/Decl.h` fails
42-
clang Time-Trace
40+
latest-factors: gcc
41+
factors: clang # Don't include Asan because `clang/AST/Decl.h` fails
4342

4443
build:
4544
needs: cpp-matrix

0 commit comments

Comments
 (0)