mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 18:41:53 +08:00
* Switch toolcache to GitHub package registry * Add Execute in /tmp & show failure code * Added boost 1.72 & tmp folder parameters * Change "github_feed_token" to "null"
14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"@actions/toolcache-python-ubuntu-1604-x64": [
|
|
"2.7", "3.5", "3.6", "3.7", "3.8"
|
|
],
|
|
"@actions/toolcache-ruby-ubuntu-1604-x64": [
|
|
"2.4", "2.5", "2.6", "2.7"
|
|
],
|
|
"@actions/toolcache-pypy-ubuntu-1604-x64": [
|
|
"2", "3"
|
|
],
|
|
"@actions/toolcache-boost-ubuntu-1604-x64": [
|
|
"1.69", "1.72"
|
|
]
|
|
} |