File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ jobs:
1717 - job : Windows
1818
1919 pool :
20- vmImage : ' windows-2019 '
20+ vmImage : ' windows-2022 '
2121
2222 strategy :
2323 matrix :
2424 Win32 :
25- GENERATOR : " Visual Studio 16 2019 "
25+ GENERATOR : " Visual Studio 17 2022 "
2626 ARCHITECTURE : Win32
2727 CONFIGURATION : Release
2828 Win64 :
29- GENERATOR : " Visual Studio 16 2019 "
29+ GENERATOR : " Visual Studio 17 2022 "
3030 ARCHITECTURE : x64
3131 CONFIGURATION : Release
3232 Win64-UWP :
33- GENERATOR : " Visual Studio 16 2019 "
33+ GENERATOR : " Visual Studio 17 2022 "
3434 ARCHITECTURE : x64
3535 CONFIGURATION : Release
3636 WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
3737 ARM64-UWP :
38- GENERATOR : " Visual Studio 16 2019 "
38+ GENERATOR : " Visual Studio 17 2022 "
3939 ARCHITECTURE : ARM64
4040 CONFIGURATION : Release
4141 WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
You can’t perform that action at this time.
0 commit comments