mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
added ruby 3.2 version windows (#10172)
This commit is contained in:
committed by
GitHub
parent
7863994db8
commit
ada0348ea2
@@ -6,7 +6,8 @@
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.0",
|
||||
"3.1"
|
||||
"3.1",
|
||||
"3.2"
|
||||
],
|
||||
"default": "3.0"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"3.0",
|
||||
"3.1"
|
||||
"3.1",
|
||||
"3.2"
|
||||
],
|
||||
"default": "3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user