From 0c21dd4a3508e7a6537c7f1046276f897fefda0f Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Wed, 27 Nov 2024 11:26:33 +0100 Subject: [PATCH] Update default windows version and update toolset description Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/windows-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index a12d2828..4ebe56d9 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -6,10 +6,10 @@ on: os-version: description: 'OS version to run the workflow' required: false - default: 'windows-2019' + default: 'windows-2022' type: string vs-toolset: - description: 'Visual Studio toolset to use' + description: 'Visual Studio toolset to use (Default: v141 and v142)' required: false default: '' type: string