From 2eaaac0163074a9dd4a86c2bc881ca29bf50c8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 23 Jan 2017 10:13:08 +0100 Subject: [PATCH] Always build x64 with LDC/Windows. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7161e97..bc47ae9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,11 +23,11 @@ environment: config: select - DC: ldc DVersion: 1.1.0-beta6 - arch: x86 + arch: x64 config: select - DC: ldc DVersion: 1.0.0 - arch: x86 + arch: x64 config: select matrix: