From bb6cca8ff0bd8ee3b9998cf2b0df58800eee39ae Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Mon, 19 Nov 2018 20:18:37 -0500 Subject: [PATCH] tests: switch to Windows Server 2016 for AppVeyor builds. (#761) Should hopefully fix the underlying bug that was causing tokio-tls tests to occasionally fail on Windows. Signed-off-by: Toby Lawrence --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index a051a20d1..4674a3883 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,4 @@ +image: Visual Studio 2017 environment: matrix: - TARGET: x86_64-pc-windows-msvc