Skip to content

Commit 7ebb420

Browse files
authored
Update main.yml
1 parent 42c5d7c commit 7ebb420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
skip_ssh_tests: true
6868
- # Windows Visual Studio amd64
6969
os: windows-latest
70-
cmake_generator: Visual Studio 15 2017
70+
cmake_generator: Visual Studio 16 2019
7171
cmake_options: -A Win32 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS
7272
skip_ssh_tests: true
7373
skip_negotiate_tests: true
7474
- # Windows Visual Studio amd64
7575
os: windows-latest
76-
cmake_generator: Visual Studio 15 2017
76+
cmake_generator: Visual Studio 16 2019
7777
cmake_options: -A x64 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON
7878
skip_ssh_tests: true
7979
skip_negotiate_tests: true

0 commit comments

Comments
 (0)