mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-05 09:39:31 +08:00
[macos] Add python 3.9, 3.10 to toolcache (#9803)
This commit is contained in:
committed by
GitHub
parent
71da12569d
commit
584c7c0fef
@@ -134,6 +134,8 @@
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
|
||||
@@ -125,12 +125,16 @@
|
||||
"arch": {
|
||||
"x64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"3.9.*",
|
||||
"3.10.*",
|
||||
"3.11.*",
|
||||
"3.12.*"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user