From f420b60c1918c1983ee940c4150e94ae9ead862e Mon Sep 17 00:00:00 2001 From: teor Date: Sun, 20 Oct 2019 19:39:48 +1000 Subject: Appveyor: Use Windows Server 2019 Instead of Windows Server 2016. Closes ticket 32086. --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 9913bf3bd9..12713b7518 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,8 +6,8 @@ clone_depth: 50 # But we compile using MinGW, not Visual Studio. # We use these images because they have different Windows versions. image: - # Windows Server 2016 - - Visual Studio 2017 + # Windows Server 2019 + - Visual Studio 2019 # Windows Server 2012 R2 - Visual Studio 2015 @@ -28,11 +28,11 @@ environment: matrix: # Don't keep building failing jobs fast_finish: true - # Skip the 32-bit Windows Server 2016 job, and the 64-bit Windows Server + # Skip the 32-bit Windows Server 2019 job, and the 64-bit Windows Server # 2012 R2 job, to speed up the build. # The environment variables must be listed without the 'environment' tag. exclude: - - image: Visual Studio 2017 + - image: Visual Studio 2019 target: i686-w64-mingw32 compiler_path: mingw32 mingw_prefix: mingw-w64-i686 -- cgit v1.2.3-54-g00ecf