From 60f782350aa7c64e06ac6d2a6914ff6f6ff35ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 5 May 2023 22:56:38 +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 a48006a..ffcaba5 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"