Commit 04c157f49a1b83798c102f3259bc397b9b7f7266

Anthony Green 2021-06-01T22:57:47

Upgrade to vs2019

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.appveyor.yml b/.appveyor.yml
index 1f82089..31b4b82 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,7 +8,7 @@ shallow_clone: true
 #  32- and 64-bit clang/mingw
 #  and perhaps more.
 
-image: Visual Studio 2017
+image: Visual Studio 2019
 platform:
   - x64
   - x86