summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2021-11-29 18:21:05 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2021-11-29 18:21:05 +0000
commit1cb56e705f83ebedbf3ee4c5b545c3ec7a8a8524 (patch)
tree9a40b57150cefbc862e8b034abc8ab1abeeb22eb
parent1763edaba3d16d76b6e083eb58dc28488e62c14f (diff)
downloadjson-c-newer-appveyor.tar.gz
Put the most recent image first in appveyor builds.newer-appveyor
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9a5f9c4..e0349f6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,17 +1,20 @@
version: '{branch}.{build}'
image:
+# b_toolset: v143
+ - Visual Studio 2022
+
# VS2015 also used for earlier VS builds
# aka os: Windows Server 2012 R2
- Visual Studio 2015
+
# aka os: Windows Server 2016
# b_toolset: v141
- Visual Studio 2017
+
# aka os: Windows Server 2019
# b_toolset: v142
- Visual Studio 2019
-# b_toolset: v143
- - Visual Studio 2022
platform: x64