From 60e84a48fed8f65e39ca75de7c5b26b6f6d77073 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Thu, 20 Aug 2015 06:37:01 +0200 Subject: [PATCH] Switched appveyor platform to x86_64 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ab04df5..1f74e15 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ matrix: fast_finish: true # set this flag to immediately finish build once one of the jobs fails. platform: - - x86 + - x86_64 configuration: Release