mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[Windows 19 & Windows 22]Removing Ruby 3.0 and making 3.3 as a default version. (#12276)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user