mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 11:30:49 +08:00
[macOS] Add python 3.10 to the toolcache (#4254)
This commit is contained in:
@@ -302,7 +302,8 @@
|
|||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -253,7 +253,8 @@
|
|||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -199,7 +199,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -103,7 +103,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user