mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 18:39:49 +08:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"platform_version": "20.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"2.7",
|
|
"3.6"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"8.*",
|
|
"10.*",
|
|
"12.*",
|
|
"14.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"1.14.*"
|
|
],
|
|
"default": "1.14.*"
|
|
}
|
|
]
|
|
} |