mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-03 07:47:20 +08:00
[macOS] Remove Ruby, Go old versions (#9393)
This commit is contained in:
@@ -287,7 +287,6 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*"
|
||||
]
|
||||
@@ -299,9 +298,6 @@
|
||||
"arch": {
|
||||
"x64": {
|
||||
"versions": [
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*",
|
||||
"3.0.*",
|
||||
"3.1.*"
|
||||
]
|
||||
@@ -327,7 +323,7 @@
|
||||
}
|
||||
},
|
||||
"ruby": {
|
||||
"default": "2.7",
|
||||
"default": "3.0",
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
@@ -339,7 +335,7 @@
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.20"
|
||||
"default": "1.21"
|
||||
},
|
||||
"node": {
|
||||
"default": "18",
|
||||
|
||||
@@ -279,7 +279,6 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
@@ -292,7 +291,6 @@
|
||||
"arch": {
|
||||
"x64": {
|
||||
"versions": [
|
||||
"2.7.*",
|
||||
"3.0.*",
|
||||
"3.1.*"
|
||||
]
|
||||
@@ -329,7 +327,7 @@
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.20"
|
||||
"default": "1.21"
|
||||
},
|
||||
"node": {
|
||||
"default": "18",
|
||||
|
||||
@@ -184,7 +184,6 @@
|
||||
"x64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
@@ -193,7 +192,6 @@
|
||||
"arm64": {
|
||||
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
||||
"versions": [
|
||||
"1.19.*",
|
||||
"1.20.*",
|
||||
"1.21.*",
|
||||
"1.22.*"
|
||||
|
||||
Reference in New Issue
Block a user