mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[MacOS] Adding PyPy 3.8 to toolsets (#4366)
This commit is contained in:
@@ -264,7 +264,8 @@
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.6",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -210,7 +210,8 @@
|
||||
"platform" : "darwin",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -115,7 +115,8 @@
|
||||
"platform" : "darwin",
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.7"
|
||||
"3.7",
|
||||
"3.8"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user