From 2503911e5fd3c7c0b8c5bd87b3caf7caed3c5e28 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Fri, 30 May 2025 21:12:27 +0530 Subject: [PATCH] [Windows 19 & Windows 22]Removing Ruby 3.0 and making 3.3 as a default version. (#12276) --- images/windows/toolsets/toolset-2019.json | 3 +-- images/windows/toolsets/toolset-2022.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 7e846153f..2af824790 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -5,12 +5,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "3.0", "3.1", "3.2", "3.3" ], - "default": "3.0" + "default": "3.3" }, { "name": "Python", diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index b2b0097c5..fffb6b0e2 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -5,12 +5,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "3.0", "3.1", "3.2", "3.3" ], - "default": "3.0" + "default": "3.3" }, { "name": "Python",