Skip to content

Commit fc3a395

Browse files
authored
Add clang-win to CI runs (#1030)
1 parent 09d82da commit fc3a395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ jobs:
276276
strategy:
277277
fail-fast: false
278278
matrix:
279-
standard: [ 14, 17, 20 ]
279+
toolset: [ msvc-14.3, clang-win ]
280+
standard: [ 14, 17, latest ]
280281
suite: [ github_ci_block_1, github_ci_block_2 ]
281282
steps:
282283
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)