We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b4f1c commit b6f16f5Copy full SHA for b6f16f5
1 file changed
.github/workflows/amd64_windows.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
cmake: [
16
- {name: "VS22", generator: "Visual Studio 17 2022", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
17
- #{name: "VS22", generator: "Visual Studio 17 2022", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
+ {name: "VS26", generator: "Visual Studio 18 2026", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
+ #{name: "VS26", generator: "Visual Studio 18 2026", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
18
]
19
python: [
20
{version: "3.9", dir: Python309},
0 commit comments