From 9cc1d102253a22d8f6560cd08b96b6c536298dd4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 May 2021 00:13:39 +0300 Subject: toolset "visual-studio" -> "vs" --- .github/workflows/msvc_versions.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/msvc_versions.yml b/.github/workflows/msvc_versions.yml index 4159dd7..d55ef00 100644 --- a/.github/workflows/msvc_versions.yml +++ b/.github/workflows/msvc_versions.yml @@ -16,18 +16,18 @@ jobs: - msvc-140 - msvc-141 - msvc-142 - - visual-studio-2015 - - visual-studio-2017 - - visual-studio-2019 + - vs-2015 + - vs-2017 + - vs-2019 include: # Runner image. - {toolset: msvc-140, os: windows-2016} - {toolset: msvc-141, os: windows-2016} - {toolset: msvc-142, os: windows-2019} - - {toolset: visual-studio-2015, os: windows-2016} - - {toolset: visual-studio-2017, os: windows-2016} - - {toolset: visual-studio-2019, os: windows-2019} + - {toolset: vs-2015, os: windows-2016} + - {toolset: vs-2017, os: windows-2016} + - {toolset: vs-2019, os: windows-2019} # Boost version. - boost-version: 1.72.0 -- cgit v1.2.3