Skip to content

Commit

Permalink
Appveyor: Use Windows Server 2019
Browse files Browse the repository at this point in the history
Instead of Windows Server 2016.

Closes ticket 32086.
  • Loading branch information
teor2345 committed Oct 20, 2019
1 parent 4b8e5ea commit f420b60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions changes/ticket32086
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
o Testing:
- Use Windows Server 2019 instead of Windows Server 2016 in our
Appveyor builds. Closes ticket 32086.

0 comments on commit f420b60

Please sign in to comment.