We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c5d7c commit 7ebb420Copy full SHA for 7ebb420
.github/workflows/main.yml
@@ -67,13 +67,13 @@ jobs:
67
skip_ssh_tests: true
68
- # Windows Visual Studio amd64
69
os: windows-latest
70
- cmake_generator: Visual Studio 15 2017
+ cmake_generator: Visual Studio 16 2019
71
cmake_options: -A Win32 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS
72
73
skip_negotiate_tests: true
74
75
76
77
cmake_options: -A x64 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON
78
79
0 commit comments