Skip to content

Commit d8c7be4

Browse files
committed
Try MSVC 2025 (in Github public preview)
1 parent 46584ae commit d8c7be4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
runs-on: windows-2019
3030
- generator: Visual Studio 17 2022
3131
runs-on: windows-2022
32+
- generator: Visual Studio 18 2025
33+
runs-on: windows-2025
34+
# 2025 is in public preview and may not work
3235
configuration:
3336
- Release
3437
# Github hosted runners tend to hang when running Debug unit tests.

0 commit comments

Comments
 (0)