mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 19:11:28 +08:00
* Add Toolset provision for Windows Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"@actions/toolcache-ruby-windows-x64": [
|
|
"2.4", "2.5", "2.6", "2.7"
|
|
],
|
|
"@actions/toolcache-pypy-windows-x86": [
|
|
"2", "3"
|
|
],
|
|
"@actions/toolcache-boost-windows-msvc-14.1-x32-x64": [
|
|
"1.69"
|
|
],
|
|
"@actions/toolcache-boost-windows-msvc-14.2-x32-x64": [
|
|
"1.72"
|
|
]
|
|
} |