mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 21:38:13 +00:00
[Windows] Remove Ruby, Go old versions (#9391)
This commit is contained in:
@@ -5,13 +5,10 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"2.5",
|
||||
"2.6",
|
||||
"2.7",
|
||||
"3.0",
|
||||
"3.1"
|
||||
],
|
||||
"default": "2.5"
|
||||
"default": "3.0"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
@@ -72,12 +69,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
],
|
||||
"default": "1.20.*"
|
||||
"default": "1.21.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.0",
|
||||
"3.1"
|
||||
],
|
||||
@@ -69,12 +68,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
],
|
||||
"default": "1.20.*"
|
||||
"default": "1.21.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
Reference in New Issue
Block a user