From 348bee8167214dd0f14f7c39e784019176010c9f Mon Sep 17 00:00:00 2001 From: christophe Date: Wed, 27 Dec 2023 10:56:27 +0100 Subject: [PATCH] Add multiple VC toolkits versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 124c1ba02..767f635e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: toolkit: [v140, v141, v142, v143] exclude: - os: windows-2019 - version: v143 + toolkit: v143 - os: windows-latest - version: v140 + toolkit: v140 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."