mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 04:17:13 +02:00
Reduce clang-win tests to 64 bit as the regression timeouts because clang compilation is much heavier than msvc.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -482,7 +482,7 @@ jobs:
|
|||||||
os: windows-2022
|
os: windows-2022
|
||||||
- toolset: clang-win
|
- toolset: clang-win
|
||||||
cxxstd: "14,17,latest"
|
cxxstd: "14,17,latest"
|
||||||
addrmd: 32,64
|
addrmd: 64
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
- toolset: gcc
|
- toolset: gcc
|
||||||
cxxstd: "03,11,14,17,2a"
|
cxxstd: "03,11,14,17,2a"
|
||||||
|
Reference in New Issue
Block a user