diff options
author | Chris Robinson <[email protected]> | 2023-09-22 21:57:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-09-22 21:57:35 -0700 |
commit | 43d6ee50428274aff5b9aea2daf2ebf7d7fe3d0e (patch) | |
tree | 370ce74214a3af75d1d68b4f816e7fdc3f1ba55c /appveyor.yml | |
parent | c53ed17c59345526ba41b62bd886c2cbaaca423b (diff) |
Update AppVeyor to use VS 2019
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index aa155af4..e86f7a30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ version: 1.23.1.{build} environment: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - GEN: "Visual Studio 15 2017" + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + GEN: "Visual Studio 16 2019" matrix: - ARCH: Win32 CFG: Release |