[CI] Fix Win UWP builds

By bumping generator to VS2026, to match https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-VS2026-Readme.md
diff --git a/CMakePresets.json b/CMakePresets.json
index f80008f..b5e3e3b 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -9,7 +9,7 @@
         {
             "name": "x64-uwp",
             "displayName": "x64(uwp)",
-            "generator": "Visual Studio 17 2022",
+            "generator": "Visual Studio 18 2026",
             "architecture": "x64",
             "binaryDir": "${sourceDir}/build/x64-uwp",
             "installDir": "${sourceDir}/install",
@@ -60,4 +60,4 @@
             "configuration": "Release"
         }
     ]
-}
\ No newline at end of file
+}