[macOS] Remove Ruby, Go old versions (#9393)

This commit is contained in:
Alexey-Ayupov
2024-02-23 12:58:08 +01:00
committed by GitHub
parent 2730b04222
commit 083e89fd95
3 changed files with 3 additions and 11 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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.*"