From bdc98645c4d2a834760d643b0ba78933ad8812ae Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 10 Jun 2023 11:17:09 -0700 Subject: [PATCH] chore: only 1 each of msvc, clang, gcc CI targets --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81bb10bf7..cdb9fc062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,9 +37,8 @@ jobs: msvc 14.34 standards: '>=20' max-standards: 1 - latest-factors: gcc Coverage TSan UBSan - factors: | # Don't include Asan because `clang/AST/Decl.h` fails - clang Time-Trace + latest-factors: gcc + factors: clang # Don't include Asan because `clang/AST/Decl.h` fails build: needs: cpp-matrix