From 8d985b1855d5d5dca88edce32625440a6c123a16 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 15 Aug 2023 17:07:17 -0700 Subject: [PATCH] Clarify the actual Visual Studio version [ci skip] --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"