Skip to content

Commit

Permalink
chore: only 1 each of msvc, clang, gcc CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jun 10, 2023
1 parent 5d8636b commit bdc9864
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdc9864

Please sign in to comment.