mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +08:00
[macOS] Add PyPy 3.9 (#5132)
This commit is contained in:
@@ -267,7 +267,8 @@
|
||||
"2.7",
|
||||
"3.6",
|
||||
"3.7",
|
||||
"3.8"
|
||||
"3.8",
|
||||
"3.9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -236,7 +236,8 @@
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.7",
|
||||
"3.8"
|
||||
"3.8",
|
||||
"3.9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -150,7 +150,8 @@
|
||||
"versions": [
|
||||
"2.7",
|
||||
"3.7",
|
||||
"3.8"
|
||||
"3.8",
|
||||
"3.9"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user