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:58:14 +02:00
parent cfc6b4e510
commit 060a6398c7

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"