Explorar el Código

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

teor hace 5 años
padre
commit
78bfe731c3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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