Skip to content

Commit

Permalink
Matrix: Remove VS 2017
Browse files Browse the repository at this point in the history
Since GitHub Actions and Azure Pipelines dropped support for it

actions/runner-images#4312
  • Loading branch information
Croydon committed Oct 22, 2022
1 parent 70a36e0 commit cbaa6ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bincrafters/generate_ci_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def _get_base_config(recipe_directory: str, platform: str, split_by_build_types:
]
if run_windows:
matrix["config"] += [
{"name": "Windows VS 2017", "compiler": "VISUAL", "version": "15", "os": "vs2017-win2016"},
{"name": "Windows VS 2019", "compiler": "VISUAL", "version": "16", "os": "windows-2019"},
{"name": "Windows VS 2022 - Testing", "compiler": "VISUAL", "version": "17", "os": "windows-2022"},
]
Expand All @@ -125,7 +124,6 @@ def _get_base_config(recipe_directory: str, platform: str, split_by_build_types:
{"name": "macOS Apple-Clang 10", "compiler": "APPLE_CLANG", "version": "10.0", "os": "macOS-10.15"},
{"name": "macOS Apple-Clang 11", "compiler": "APPLE_CLANG", "version": "11.0", "os": "macOS-10.15"},
{"name": "macOS Apple-Clang 12", "compiler": "APPLE_CLANG", "version": "12.0", "os": "macOS-10.15"},
{"name": "Windows VS 2017", "compiler": "VISUAL", "version": "15", "os": "vs2017-win2016"},
{"name": "Windows VS 2019", "compiler": "VISUAL", "version": "16", "os": "windows-2019"},
{"name": "Windows VS 2022 - Testing", "compiler": "VISUAL", "version": "17", "os": "windows-2022"},
]
Expand Down

0 comments on commit cbaa6ff

Please sign in to comment.