Skip to content

Commit 2503911

Browse files
authored
[Windows 19 & Windows 22]Removing Ruby 3.0 and making 3.3 as a default version. (#12276)
1 parent 536a72b commit 2503911

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

images/windows/toolsets/toolset-2019.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"arch": "x64",
66
"platform" : "win32",
77
"versions": [
8-
"3.0",
98
"3.1",
109
"3.2",
1110
"3.3"
1211
],
13-
"default": "3.0"
12+
"default": "3.3"
1413
},
1514
{
1615
"name": "Python",

images/windows/toolsets/toolset-2022.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"arch": "x64",
66
"platform" : "win32",
77
"versions": [
8-
"3.0",
98
"3.1",
109
"3.2",
1110
"3.3"
1211
],
13-
"default": "3.0"
12+
"default": "3.3"
1413
},
1514
{
1615
"name": "Python",

0 commit comments

Comments
 (0)