Skip to content

Commit b6f16f5

Browse files
committed
ci: bump VS to 2026
1 parent 64b4f1c commit b6f16f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/amd64_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
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},
16+
{name: "VS26", generator: "Visual Studio 18 2026", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
17+
#{name: "VS26", generator: "Visual Studio 18 2026", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
1818
]
1919
python: [
2020
{version: "3.9", dir: Python309},

0 commit comments

Comments
 (0)