From 060a6398c768c1091400ba304113fccaa64b79f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 5 May 2023 22:58:14 +0200 Subject: [PATCH] Reduce clang-win tests to 64 bit as the regression timeouts because clang compilation is much heavier than msvc. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcf72ec8..a3b7037c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"