mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 02:47:41 +08:00
232 lines
6.0 KiB
JSON
232 lines
6.0 KiB
JSON
{
|
|
"xcode": {
|
|
"default": "14.3.1",
|
|
"x64": {
|
|
"versions": [
|
|
{ "link": "15.0.1", "version": "15.0.1+15A507", "symlinks": ["15.0"], "install_runtimes": "true"},
|
|
{ "link": "14.3.1", "version": "14.3.1+14E300c","symlinks": ["14.3"], "install_runtimes": "true"},
|
|
{ "link": "14.2", "version": "14.2.0+14C18", "install_runtimes": "true"},
|
|
{ "link": "14.1", "version": "14.1.0+14B47b", "install_runtimes": "true"}
|
|
]
|
|
},
|
|
"arm64":{
|
|
"versions": [
|
|
{ "link": "15.0.1", "version": "15.0.1+15A507", "symlinks": ["15.0"], "install_runtimes": "true"},
|
|
{ "link": "14.3.1", "version": "14.3.1+14E300c","symlinks": ["14.3"], "install_runtimes": "true" },
|
|
{ "link": "14.2", "version": "14.2.0+14C18", "install_runtimes": "true" },
|
|
{ "link": "14.1", "version": "14.1.0+14B47b", "install_runtimes": "true" }
|
|
]
|
|
}
|
|
},
|
|
"java": {
|
|
"x64": {
|
|
"default": "17",
|
|
"versions": [ "8", "11", "17", "21"]
|
|
},
|
|
"arm64": {
|
|
"default": "17",
|
|
"versions": [ "11", "17", "21"]
|
|
}
|
|
},
|
|
"android": {
|
|
"cmdline-tools": "commandlinetools-mac-10406996_latest.zip",
|
|
"sdk-tools": "sdk-tools-darwin-4333796.zip",
|
|
"platform_min_version": "33",
|
|
"build_tools_min_version": "33.0.2",
|
|
"extra-list": [
|
|
"android;m2repository", "google;m2repository", "google;google_play_services"
|
|
],
|
|
"addon-list": [],
|
|
"additional-tools": [
|
|
"cmake;3.22.1"
|
|
],
|
|
"ndk": {
|
|
"default": "26",
|
|
"versions": [
|
|
"24", "25", "26"
|
|
]
|
|
}
|
|
},
|
|
"powershellModules": [
|
|
{ "name": "Az" },
|
|
{ "name": "Pester" },
|
|
{ "name": "PSScriptAnalyzer" }
|
|
],
|
|
"brew": {
|
|
"common_packages": [
|
|
"ant",
|
|
"aria2",
|
|
"azure-cli",
|
|
"bazelisk",
|
|
"carthage",
|
|
"cmake",
|
|
"gh",
|
|
"gnupg",
|
|
"gnu-tar",
|
|
"kotlin",
|
|
"libpq",
|
|
"p7zip",
|
|
"packer",
|
|
"perl",
|
|
"pkg-config",
|
|
"swiftformat",
|
|
"zstd",
|
|
"gmp",
|
|
"r",
|
|
"yq",
|
|
"unxip",
|
|
"xcbeautify",
|
|
"xcodes"
|
|
],
|
|
"cask_packages": [
|
|
"julia"
|
|
]
|
|
},
|
|
"gcc": {
|
|
"versions": [
|
|
"11",
|
|
"12",
|
|
"13"
|
|
]
|
|
},
|
|
"dotnet": {
|
|
"arch":{
|
|
"x64": {
|
|
"versions": [
|
|
"7.0",
|
|
"8.0"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"versions": [
|
|
"7.0",
|
|
"8.0"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"ruby": {
|
|
"default": "3.0",
|
|
"rubygems": [
|
|
"cocoapods",
|
|
"xcpretty",
|
|
"bundler",
|
|
"fastlane"
|
|
]
|
|
},
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"x64": {
|
|
"versions": [
|
|
"3.8.*",
|
|
"3.9.*",
|
|
"3.10.*",
|
|
"3.11.*",
|
|
"3.12.*"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"versions": [
|
|
"3.11.*",
|
|
"3.12.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"x64": {
|
|
"versions": [
|
|
"2.7",
|
|
"3.7",
|
|
"3.8",
|
|
"3.9",
|
|
"3.10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"x64": {
|
|
"versions": [
|
|
"16.*",
|
|
"18.*",
|
|
"20.*"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"versions": [
|
|
"16.*",
|
|
"18.*",
|
|
"20.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"platform" : "darwin",
|
|
"arch": {
|
|
"x64": {
|
|
"variable_template" : "GOROOT_{0}_{1}_X64",
|
|
"versions": [
|
|
"1.19.*",
|
|
"1.20.*",
|
|
"1.21.*"
|
|
]
|
|
},
|
|
"arm64": {
|
|
"variable_template" : "GOROOT_{0}_{1}_ARM64",
|
|
"versions": [
|
|
"1.19.*",
|
|
"1.20.*",
|
|
"1.21.*"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Ruby",
|
|
"arch": {
|
|
"x64": {
|
|
"versions": [
|
|
"3.0.*",
|
|
"3.1.*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"go": {
|
|
"default": "1.20"
|
|
},
|
|
"node": {
|
|
"default": "18"
|
|
},
|
|
"llvm": {
|
|
"version": "15"
|
|
},
|
|
"php": {
|
|
"version": "8.3"
|
|
},
|
|
"mono": {
|
|
"framework":{
|
|
"version": "6.12.0.188"
|
|
},
|
|
"nunit": {
|
|
"version": "3.15.4"
|
|
}
|
|
}
|
|
}
|