Files
runner-images/images/macos/toolsets/toolset-11.0.json
2020-11-13 17:57:58 +03:00

123 lines
3.0 KiB
JSON

{
"xcode": {
"default": "11.7",
"versions": [
"12.3_beta", "12.2", "11.7"
]
},
"xamarin": {
"vsmac": "latest",
"mono-versions": [
"6.12.0.93"
],
"ios-versions": [
"14.4.1.3", "14.2.0.12", "14.0.0.0", "13.20.2.2"
],
"mac-versions": [
"6.22.1.26", "6.20.2.2"
],
"android-versions": [
"11.1.0.17", "11.0.2.0"
],
"bundle-default": "6_12_0",
"bundles": [
{
"symlink": "6_12_3",
"mono":"6.12",
"ios": "14.4",
"mac": "6.22",
"android": "11.1"
},
{
"symlink": "6_12_2",
"mono":"6.12",
"ios": "14.2",
"mac": "6.20",
"android": "11.0"
},
{
"symlink": "6_12_1",
"mono":"6.12",
"ios": "14.0",
"mac": "6.20",
"android": "11.0"
},
{
"symlink": "6_12_0",
"mono":"6.12",
"ios": "13.20",
"mac": "6.20",
"android": "11.0"
}
]
},
"java": {
"default": "8",
"versions": [
"8", "11"
]
},
"android": {
"platform_min_version": "27",
"build_tools_min_version": "27.0.0",
"extra-list": [
"android;m2repository", "google;m2repository", "google;google_play_services", "intel;Hardware_Accelerated_Execution_Manager"
],
"addon-list": []
},
"powershellModules": [
{
"name": "Az",
"versions": [
"4.8.0"
]
},
{"name": "MarkdownPS"},
{"name": "Pester"}
],
"toolcache": [
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
"arch": "x64",
"platform" : "darwin",
"versions": [
"3.7.*",
"3.8.*",
"3.9.*"
]
},
{
"name": "Node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
"platform" : "darwin",
"arch": "x64",
"versions": [
"10.*",
"12.*",
"14.*"
]
},
{
"name": "Go",
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
"arch": "x64",
"platform" : "darwin",
"versions": [
"1.15.*"
]
}
],
"pipx": [
{
"package": "yamllint",
"cmd": "yamllint --version"
}
],
"dotnet": {
"versions": [
"2.1",
"3.1"
]
}
}