mirror of
https://github.com/actions/runner-images.git
synced 2025-12-27 20:25:26 +08:00
199 lines
5.2 KiB
JSON
199 lines
5.2 KiB
JSON
{
|
|
"xcode": {
|
|
"default": "26.0.1",
|
|
"arm64":{
|
|
"versions": [
|
|
{
|
|
"link": "26.2_Release_Candidate",
|
|
"filename": "Xcode_26.2_Release_Candidate_Universal",
|
|
"version": "26.2_Release_Candidate+17C48",
|
|
"symlinks": ["26.2"],
|
|
"sha256": "63743df751791508ac8e4f01a33e3f28f3a59a86ff3f33c8c155c3046daedf42",
|
|
"install_runtimes": "none"
|
|
},
|
|
{
|
|
"link": "26.1.1",
|
|
"filename": "Xcode_26.1.1_Universal",
|
|
"version": "26.1.1+17B100",
|
|
"symlinks": ["26.1"],
|
|
"sha256": "ed55d55fa28455c11a65e0809ba8fdf7d83fdeb268aabf9af7fcc1ee911543eb",
|
|
"install_runtimes": "default"
|
|
},
|
|
{
|
|
"link": "26.0.1",
|
|
"filename": "Xcode_26.0.1_Universal",
|
|
"version": "26.0.1+17A400",
|
|
"symlinks": ["26.0"],
|
|
"sha256": "9881c457068c86ac91e94cca2d7116dfd01cb7179c22b0863b63c7f3bb7e7695",
|
|
"install_runtimes": "default"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"java": {
|
|
"x64": {
|
|
"default": "21",
|
|
"versions": [ "11", "17", "21", "25" ]
|
|
},
|
|
"arm64": {
|
|
"default": "21",
|
|
"versions": [ "11", "17", "21", "25" ]
|
|
}
|
|
},
|
|
"android": {
|
|
"cmdline-tools": "commandlinetools-mac-12266719_latest.zip",
|
|
"sdk-tools": "sdk-tools-darwin-4333796.zip",
|
|
"platform_min_version": "35",
|
|
"build_tools_min_version": "35.0.0",
|
|
"extras": [
|
|
"android;m2repository", "google;m2repository", "google;google_play_services"
|
|
],
|
|
"addons": [],
|
|
"additional_tools": [
|
|
"cmake;3.31.5",
|
|
"cmake;4.1.2"
|
|
],
|
|
"ndk": {
|
|
"default": "27",
|
|
"versions": [
|
|
"27","28", "29"
|
|
]
|
|
}
|
|
},
|
|
"powershellModules": [
|
|
{
|
|
"name": "Az",
|
|
"versions": [
|
|
"14.3.0"
|
|
]
|
|
},
|
|
{ "name": "Pester" },
|
|
{ "name": "PSScriptAnalyzer" }
|
|
],
|
|
"brew": {
|
|
"common_packages": [
|
|
"ant",
|
|
"aria2",
|
|
"azure-cli",
|
|
"bazelisk",
|
|
"carthage",
|
|
"cmake",
|
|
"gh",
|
|
"gnupg",
|
|
"gnu-tar",
|
|
"kotlin",
|
|
"libpq",
|
|
"libsodium",
|
|
"openssl",
|
|
"p7zip",
|
|
"packer",
|
|
"perl",
|
|
"pkgconf",
|
|
"swiftformat",
|
|
"zstd",
|
|
"ninja",
|
|
"gmp",
|
|
"yq",
|
|
"unxip",
|
|
"xcbeautify",
|
|
"xcodes"
|
|
],
|
|
"cask_packages": [
|
|
"parallels"
|
|
]
|
|
},
|
|
"gcc": {
|
|
"versions": [
|
|
"13",
|
|
"14",
|
|
"15"
|
|
]
|
|
},
|
|
"dotnet": {
|
|
"arch":{
|
|
"arm64": {
|
|
"versions": [
|
|
"8.0",
|
|
"9.0",
|
|
"10.0"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"ruby": {
|
|
"default": "3.4",
|
|
"rubygems": [
|
|
"cocoapods",
|
|
"bundler",
|
|
"fastlane"
|
|
]
|
|
},
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"arm64": {
|
|
"versions": [
|
|
"3.11.*",
|
|
"3.12.*",
|
|
"3.13.*",
|
|
"3.14.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"arm64": {
|
|
"versions": [
|
|
"20.*",
|
|
"22.*",
|
|
"24.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"arm64": {
|
|
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
|
"versions": [
|
|
"1.23.*",
|
|
"1.24.*",
|
|
"1.25.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Ruby",
|
|
"arch": {
|
|
"arm64": {
|
|
"versions": [
|
|
"3.2.*",
|
|
"3.3.*",
|
|
"3.4.*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"node": {
|
|
"default": "24"
|
|
},
|
|
"llvm": {
|
|
"version": "20"
|
|
},
|
|
"pwsh": {
|
|
"version": "7.4"
|
|
}
|
|
}
|