Files
runner-images-temp/images/macos/toolsets/toolset-11.0.json
T

105 lines
2.6 KiB
JSON
Raw Normal View History

2020-09-10 14:34:08 +03:00
{
"xcode": {
2020-09-15 08:36:03 +03:00
"default": "11.7",
2020-09-10 14:34:08 +03:00
"versions": [
2020-10-22 16:26:02 +03:00
"12.2_beta", "11.7"
2020-09-10 14:34:08 +03:00
]
},
"xamarin": {
2020-09-22 15:21:08 +07:00
"vsmac": "latest",
2020-09-10 14:34:08 +03:00
"mono-versions": [
"6.12.0.93"
2020-09-10 14:34:08 +03:00
],
"ios-versions": [
2020-10-29 11:28:42 +03:00
"14.2.0.12", "14.0.0.0", "13.20.2.2"
2020-09-10 14:34:08 +03:00
],
"mac-versions": [
"6.20.2.2"
2020-09-10 14:34:08 +03:00
],
"android-versions": [
"11.0.2.0"
2020-09-10 14:34:08 +03:00
],
2020-10-01 14:48:15 +03:00
"bundle-default": "6_12_0",
2020-09-10 14:34:08 +03:00
"bundles": [
2020-10-29 11:35:16 +03:00
{
"symlink": "6_12_2",
"mono":"6.12",
"ios": "14.2",
"mac": "6.20",
"android": "11.0"
},
2020-09-24 22:24:23 +07:00
{
"symlink": "6_12_1",
"mono":"6.12",
"ios": "14.0",
"mac": "6.20",
2020-10-07 09:29:37 +03:00
"android": "11.0"
2020-09-24 22:24:23 +07:00
},
2020-09-10 14:34:08 +03:00
{
"symlink": "6_12_0",
"mono":"6.12",
"ios": "13.20",
"mac": "6.20",
2020-10-07 09:29:37 +03:00
"android": "11.0"
2020-09-10 14:34:08 +03:00
}
]
},
"java": {
"default": "8",
"versions": [
"8", "11"
]
},
"android": {
2020-09-29 18:19:26 +03:00
"platform_min_version": "27",
"build_tools_min_version": "27.0.0",
2020-09-10 14:34:08 +03:00
"extra-list": [
"android;m2repository", "google;m2repository", "google;google_play_services", "intel;Hardware_Accelerated_Execution_Manager"
],
"addon-list": []
},
"powershellModules": [
{"name": "Az"},
{"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.*",
2020-10-06 15:58:54 +03:00
"3.8.*",
"3.9.*"
2020-09-10 14:34:08 +03:00
]
},
{
"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.*"
]
}
2020-10-07 09:29:37 +03:00
],
"pipx": [
{
"package": "yamllint",
2020-10-21 15:50:53 +03:00
"cmd": "yamllint --version"
2020-10-07 09:29:37 +03:00
}
2020-09-10 14:34:08 +03:00
]
}