From d91d77d1902824c5f699e15f5732377ea1890b2e Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 27 Dec 2023 13:42:01 +0100 Subject: [PATCH] Reduce Windows C.I. runs --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670118c2..35021b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,12 @@ jobs: exclude: - os: windows-2019 toolkit: v143 + - os: windows-2019 + toolkit: v142 - os: windows-latest toolkit: v140 + - os: windows-latest + toolkit: v141 - os: windows-latest std: 20