diff options
| author | Rory OConnell <[email protected]> | 2020-06-29 15:59:13 -0700 |
|---|---|---|
| committer | Rory OConnell <[email protected]> | 2020-06-29 15:59:13 -0700 |
| commit | 5b9f7c0b933d4e4fbe67305075872a28574fa76c (patch) | |
| tree | f915763940c9d42d852e011c958c8e3483df6f18 /appveyor.yml | |
| parent | ce167d70b77a21baac6686ccb568eaad00bee35f (diff) | |
| download | mruby-5b9f7c0b933d4e4fbe67305075872a28574fa76c.tar.gz mruby-5b9f7c0b933d4e4fbe67305075872a28574fa76c.zip | |
use 2015 image for 2013 builds, ruby 2 not on 2013 image
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 522735abe..454c0f545 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,12 +32,12 @@ environment: - job_name: Visual Studio 2013 64bit visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat - appveyor_build_worker_image: Visual Studio 2013 + appveyor_build_worker_image: Visual Studio 2015 machine: x86_amd64 - job_name: Visual Studio 2013 32bit visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat - appveyor_build_worker_image: Visual Studio 2013 + appveyor_build_worker_image: Visual Studio 2015 machine: x86 init: |
