From 541dbe881971ea4fd41b48f73240571489ca1732 Mon Sep 17 00:00:00 2001 From: Dimitrij Mijoski Date: Sat, 30 Jul 2022 16:02:23 +0200 Subject: [PATCH] Reduce build matrix some more --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6ccd97117b95..2f03e47f9f6b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,9 @@ jobs: exclude: - { toolset: v140, standard: 17 } - { toolset: v140, standard: 20 } + - { toolset: v141, standard: 14 } - { toolset: v141, standard: 20 } + - { toolset: v142, standard: 14 } - { platform: Win32, toolset: v140 } - { platform: Win32, toolset: v141 } - { platform: Win32, standard: 14 }