mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 10:09:20 +08:00
[windows] Adding pypy 3.8 to toolset (#4364)
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.6",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.6",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"platform" : "win64",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user