mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 19:38:57 +08:00
* Add Toolset provision for Windows Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
31 lines
863 B
JSON
31 lines
863 B
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
],
|
|
"default": "3.7.*"
|
|
},
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
|
|
"arch": "x86",
|
|
"platform" : "win32",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
]
|
|
}
|
|
]
|
|
} |