diff options
author | René Meusel <[email protected]> | 2021-10-19 18:11:19 +0530 |
---|---|---|
committer | René Meusel <[email protected]> | 2021-10-19 18:11:19 +0530 |
commit | 7fec10a97e049bd74b05e4e4544d21ffcb6c9e52 (patch) | |
tree | ff556023ac39c8e34849e6552682c561c65706da /src/scripts | |
parent | dee7235080471273415ff88e52146bb0a8abd105 (diff) |
move to VS 2019 image for MinGW build
This is a follow-up for GH #2809 in an attempt to also fix the MinGW build.
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index f638e835b..08be4e28f 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -36,7 +36,7 @@ environment: - CC: MinGW PLATFORM: x86_amd64 TARGET: static - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 MAKE_TOOL: mingw32-make TARGET_CC: gcc |