From fc522257cf64103a4515e8b9eb66cf45b5788a05 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Aug 2018 03:51:05 +0200 Subject: [PATCH] Trying to get 64 bits build on AppVeyor --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cabd4edd..854eaa66 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,8 +13,8 @@ matrix: fast_finish: true platform: - - x86 - - x86_64 + - Win32 + - x64 build: parallel: true