Skip to content

Commit

Permalink
use newer msys build environment by chaning image to VS 2019 (#166)
Browse files Browse the repository at this point in the history
#changelog #apothecary fix msys appveyor
  • Loading branch information
ofTheo authored Dec 9, 2020
1 parent e5d8cf4 commit b5d89d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ environment:
CHERE_INVOKING: 1
matrix:
# MSYS2 Building
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
platform: x86
TARGET: msys2
ARCH: 32
VS_NAME:
MSYSTEM: MINGW32
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
platform: x64
TARGET: msys2
ARCH: 64
Expand Down

0 comments on commit b5d89d7

Please sign in to comment.