浏览代码

appveyor: Do the 64-bit Windows Server 2016 job first

teor 6 年之前
父节点
当前提交
78bfe731c3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .appveyor.yml

+ 2 - 2
.appveyor.yml

@@ -6,10 +6,10 @@ clone_depth: 50
 # But we compile using MinGW, not Visual Studio.
 # We use these images because they have different Windows versions.
 image:
-  # Windows Server 2012 R2
-  - Visual Studio 2015
   # Windows Server 2016
   - Visual Studio 2017
+  # Windows Server 2012 R2
+  - Visual Studio 2015
 
 environment:
   compiler: mingw