Skip to content

Commit c8897f1

Browse files
feat: update runner scripts for windws
1 parent 53c1685 commit c8897f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)