mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 20:52:45 +08:00
rework ruby installation
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"toolcache": [
|
||||
{
|
||||
"name": "Ruby",
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"2.4",
|
||||
"2.5",
|
||||
"2.6",
|
||||
"2.7"
|
||||
],
|
||||
"default": "2.5"
|
||||
},
|
||||
{
|
||||
"name": "Python",
|
||||
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
||||
|
||||
Reference in New Issue
Block a user