mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[macOS] Move Ruby and Go versions to toolset (#4046)
This commit is contained in:
committed by
GitHub
parent
045e638562
commit
d022b0d6a8
@@ -229,7 +229,6 @@
|
||||
"gh",
|
||||
"gnupg",
|
||||
"gnu-tar",
|
||||
"go@1.15",
|
||||
"helm",
|
||||
"libpq",
|
||||
"llvm",
|
||||
@@ -279,5 +278,19 @@
|
||||
"versions": [
|
||||
"2.1"
|
||||
]
|
||||
},
|
||||
"ruby": {
|
||||
"default": "2.7",
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
}
|
||||
}
|
||||
@@ -250,7 +250,6 @@
|
||||
"gh",
|
||||
"gnupg",
|
||||
"gnu-tar",
|
||||
"go@1.15",
|
||||
"helm",
|
||||
"kotlin",
|
||||
"libpq",
|
||||
@@ -350,12 +349,18 @@
|
||||
"2.1"
|
||||
]
|
||||
},
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
"ruby": {
|
||||
"default": "2.7",
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -201,7 +201,6 @@
|
||||
"gh",
|
||||
"gnupg",
|
||||
"gnu-tar",
|
||||
"go@1.15",
|
||||
"helm",
|
||||
"kotlin",
|
||||
"libpq",
|
||||
@@ -304,12 +303,18 @@
|
||||
"5.0"
|
||||
]
|
||||
},
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
"ruby": {
|
||||
"default": "2.7",
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,7 +147,6 @@
|
||||
"gh",
|
||||
"gnupg",
|
||||
"gnu-tar",
|
||||
"go@1.15",
|
||||
"helm",
|
||||
"kotlin",
|
||||
"libpq",
|
||||
@@ -239,12 +238,18 @@
|
||||
"5.0"
|
||||
]
|
||||
},
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
"ruby": {
|
||||
"default": "2.7",
|
||||
"rubygems": [
|
||||
"xcode-install",
|
||||
"cocoapods",
|
||||
"nomad-cli",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user