aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/msvc_versions.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/msvc_versions.yml')
-rw-r--r--.github/workflows/msvc_versions.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/msvc_versions.yml b/.github/workflows/msvc_versions.yml
index aa7f59b..80dd937 100644
--- a/.github/workflows/msvc_versions.yml
+++ b/.github/workflows/msvc_versions.yml
@@ -13,23 +13,15 @@ jobs:
strategy:
matrix:
toolset:
- - msvc140
- - msvc141
- msvc142
- msvc143
- - vs2015
- - vs2017
- vs2019
- vs2022
include:
# Runner image.
- - {toolset: msvc140, os: windows-2016}
- - {toolset: msvc141, os: windows-2016}
- {toolset: msvc142, os: windows-2019}
- {toolset: msvc143, os: windows-2022}
- - {toolset: vs2015, os: windows-2016}
- - {toolset: vs2017, os: windows-2016}
- {toolset: vs2019, os: windows-2019}
- {toolset: vs2022, os: windows-2022}