mirror of
https://github.com/actions/runner-images.git
synced 2026-01-07 02:28:54 +08:00
[macOS] Get rid of unused software in macOS 14 (#9191)
This commit is contained in:
@@ -217,7 +217,6 @@ build {
|
||||
"${path.root}/../scripts/build/install-gcc.sh",
|
||||
"${path.root}/../scripts/build/install-cocoapods.sh",
|
||||
"${path.root}/../scripts/build/install-android-sdk.sh",
|
||||
"${path.root}/../scripts/build/install-apache.sh",
|
||||
"${path.root}/../scripts/build/install-vcpkg.sh",
|
||||
"${path.root}/../scripts/build/install-safari.sh",
|
||||
"${path.root}/../scripts/build/install-chrome.sh",
|
||||
|
||||
@@ -72,14 +72,13 @@
|
||||
"swiftformat",
|
||||
"zstd",
|
||||
"gmp",
|
||||
"r",
|
||||
"yq",
|
||||
"unxip",
|
||||
"xcbeautify",
|
||||
"xcodes"
|
||||
],
|
||||
"cask_packages": [
|
||||
"julia"
|
||||
""
|
||||
]
|
||||
},
|
||||
"gcc": {
|
||||
@@ -109,7 +108,6 @@
|
||||
"default": "3.0",
|
||||
"rubygems": [
|
||||
"cocoapods",
|
||||
"xcpretty",
|
||||
"bundler",
|
||||
"fastlane"
|
||||
]
|
||||
@@ -118,7 +116,7 @@
|
||||
"default": "1.20"
|
||||
},
|
||||
"node": {
|
||||
"default": "18"
|
||||
"default": "20"
|
||||
},
|
||||
"llvm": {
|
||||
"version": "15"
|
||||
|
||||
Reference in New Issue
Block a user