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 @@ -16,16 +16,16 @@ jobs:
1616 os :
1717 - ubuntu-24.04
1818 - macos-15
19- - windows-2019
19+ - windows-2022
2020
2121 include :
22- - os : windows-2019
23- cmake-generator : -G "Visual Studio 16 2019 " -A x64
22+ - os : windows-2022
23+ cmake-generator : -G "Visual Studio 17 2022 " -A x64
2424 cmake-install : " choco install -y cmake"
2525 dependencies : |
2626 choco install -y openssl
27- choco install -y visualstudio2017 -workload-vctools
28- choco upgrade -y visualstudio2017 -workload-vctools
27+ choco install -y visualstudio2022 -workload-vctools
28+ choco upgrade -y visualstudio2022 -workload-vctools
2929 make : msbuild countly-tests.vcxproj -t:rebuild -verbosity:diag -property:Configuration=Release && .\Release\countly-tests.exe
3030 - os : macos-15
3131 cmake-install : " brew install cmake"
You can’t perform that action at this time.
0 commit comments