mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 02:47:41 +08:00
30 lines
808 B
JSON
30 lines
808 B
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"platform_version": "16.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"8.*",
|
|
"10.*",
|
|
"12.*",
|
|
"14.*"
|
|
]
|
|
}
|
|
]
|
|
} |