Commit 7ebb420aee1094402f4caac898efbc0f5e9c6d77

Edward Thomson 2020-06-06T23:06:11

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3aadee3..7117db1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -67,13 +67,13 @@ jobs:
           skip_ssh_tests: true
         - # Windows Visual Studio amd64
           os: windows-latest
-          cmake_generator: Visual Studio 15 2017
+          cmake_generator: Visual Studio 16 2019
           cmake_options: -A Win32 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS
           skip_ssh_tests: true
           skip_negotiate_tests: true
         - # Windows Visual Studio amd64
           os: windows-latest
-          cmake_generator: Visual Studio 15 2017
+          cmake_generator: Visual Studio 16 2019
           cmake_options: -A x64 -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON
           skip_ssh_tests: true
           skip_negotiate_tests: true