aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-15 17:07:17 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-15 17:07:40 -0700
commit8d985b1855d5d5dca88edce32625440a6c123a16 (patch)
treeba2544edccbbc2028381527d5d572d12ec4f5f1b
parent47b1a52826e5690969e26760d9d2536887f41f62 (diff)
downloadruby-8d985b1855d5d5dca88edce32625440a6c123a16.tar.gz
Clarify the actual Visual Studio version [ci skip]
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ab8ac580ec..6865393b1a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -26,8 +26,9 @@ environment:
# is limited, and compatibility issues that happen only in newer versions are rare.
# You may test some other stuff on GitHub Actions instead.
- build: vs
- vs: 120
+ vs: 120 # Visual Studio 2013
ssl: OpenSSL-v111
+ # The worker image name. This is NOT the Visual Studio version we're using here.
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GEMS_FOR_TEST: ""
RELINE_TEST_ENCODING: "UTF-8"