Skip to content

Commit

Permalink
Reduce clang-win tests to 64 bit as the regression timeouts because c…
Browse files Browse the repository at this point in the history
…lang compilation is much heavier than msvc.
  • Loading branch information
igaztanaga committed May 5, 2023
1 parent cfc6b4e commit 060a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -482,7 +482,7 @@ jobs:
os: windows-2022
- toolset: clang-win
cxxstd: "14,17,latest"
addrmd: 32,64
addrmd: 64
os: windows-2022
- toolset: gcc
cxxstd: "03,11,14,17,2a"
Expand Down

0 comments on commit 060a639

Please sign in to comment.