From 9396310317481963aeb0aa44d8f54911e94f8a1d Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 13 Jul 2018 16:30:27 +0200 Subject: [PATCH] appveyor: put 64bit config first, it seems to usually be faster --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2e2920591f76..6aee7e75a956 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,10 +2,10 @@ environment: global: PROJECT_NAME: miri matrix: - - TARGET: i686-pc-windows-msvc - MSYS2_BITS: 32 - TARGET: x86_64-pc-windows-msvc MSYS2_BITS: 64 + - TARGET: i686-pc-windows-msvc + MSYS2_BITS: 32 # branches to build branches: