Reduce clang-win tests to 64 bit as the regression timeouts because clang compilation is much heavier than msvc.

This commit is contained in:
Ion Gaztañaga
2023-05-05 22:56:38 +02:00
parent 47008b0074
commit 60f782350a

View File

@ -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"