[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
+2 -6
View File
@@ -287,7 +287,6 @@
"x64": { "x64": {
"variable_template" : "GOROOT_{0}_{1}_X64", "variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*" "1.21.*"
] ]
@@ -299,9 +298,6 @@
"arch": { "arch": {
"x64": { "x64": {
"versions": [ "versions": [
"2.5.*",
"2.6.*",
"2.7.*",
"3.0.*", "3.0.*",
"3.1.*" "3.1.*"
] ]
@@ -327,7 +323,7 @@
} }
}, },
"ruby": { "ruby": {
"default": "2.7", "default": "3.0",
"rubygems": [ "rubygems": [
"xcode-install", "xcode-install",
"cocoapods", "cocoapods",
@@ -339,7 +335,7 @@
] ]
}, },
"go": { "go": {
"default": "1.20" "default": "1.21"
}, },
"node": { "node": {
"default": "18", "default": "18",
+1 -3
View File
@@ -279,7 +279,6 @@
"x64": { "x64": {
"variable_template" : "GOROOT_{0}_{1}_X64", "variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*"
@@ -292,7 +291,6 @@
"arch": { "arch": {
"x64": { "x64": {
"versions": [ "versions": [
"2.7.*",
"3.0.*", "3.0.*",
"3.1.*" "3.1.*"
] ]
@@ -329,7 +327,7 @@
] ]
}, },
"go": { "go": {
"default": "1.20" "default": "1.21"
}, },
"node": { "node": {
"default": "18", "default": "18",
-2
View File
@@ -184,7 +184,6 @@
"x64": { "x64": {
"variable_template" : "GOROOT_{0}_{1}_X64", "variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*"
@@ -193,7 +192,6 @@
"arm64": { "arm64": {
"variable_template" : "GOROOT_{0}_{1}_ARM64", "variable_template" : "GOROOT_{0}_{1}_ARM64",
"versions": [ "versions": [
"1.19.*",
"1.20.*", "1.20.*",
"1.21.*", "1.21.*",
"1.22.*" "1.22.*"