mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 01:59:46 +08:00
[macOS] add python3.11 to toolcache (#6476)
This commit is contained in:
@@ -255,7 +255,8 @@
|
|||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*",
|
"3.9.*",
|
||||||
"3.10.*"
|
"3.10.*",
|
||||||
|
"3.11.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -249,7 +249,8 @@
|
|||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*",
|
"3.9.*",
|
||||||
"3.10.*"
|
"3.10.*",
|
||||||
|
"3.11.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -207,7 +207,8 @@
|
|||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*",
|
"3.9.*",
|
||||||
"3.10.*"
|
"3.10.*",
|
||||||
|
"3.11.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user