From 8aef276f3e147dae99f7e47077baa7f485618daf Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Sat, 8 Jul 2023 18:16:05 +0200 Subject: [PATCH] use Visual Studio 17 2022 for windows-latest #1 --- CMakePresets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 5e1101d..fc85a4a 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -26,9 +26,9 @@ }, { "name": "windows", - "displayName": "Windows 2019 Config", - "description": "Windows 2019 config", - "generator": "Visual Studio 16 2019", + "displayName": "Windows 2022 Config", + "description": "Windows 2022 config", + "generator": "Visual Studio 17 2022", "architecture": "x64", "binaryDir": "${sourceDir}/build/windows", "cacheVariables": {