Skip to content

Commit

Permalink
appveyor: use specific worker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 1, 2019
1 parent fa51904 commit d8650e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ environment:
ARCH: x86
- VS_VERSION: 12
ARCH: amd64
- VS_VERSION: 14
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_VERSION: 14
ARCH: x86
- VS_VERSION: 14
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_VERSION: 14
ARCH: amd64

# matrix:
Expand Down

0 comments on commit d8650e3

Please sign in to comment.