]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Put the most recent image first in appveyor builds. 734/head
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 29 Nov 2021 18:21:05 +0000 (18:21 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 29 Nov 2021 18:21:05 +0000 (18:21 +0000)
appveyor.yml

index 9a5f9c4fa40ca6c8ea4584a558f7921f93341beb..e0349f6b2c7e00138e040f3e7190b70fc4779920 100644 (file)
@@ -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