We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46584ae commit d8c7be4Copy full SHA for d8c7be4
.github/workflows/windows.yml
@@ -29,6 +29,9 @@ jobs:
29
runs-on: windows-2019
30
- generator: Visual Studio 17 2022
31
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
35
configuration:
36
- Release
37
# Github hosted runners tend to hang when running Debug unit tests.
0 commit comments