mirror of
https://github.com/actions/runner-images.git
synced 2026-01-09 03:57:44 +08:00
[MacOS] Remove python 3.9/3.10 from macos13-ARM64 and macos14-ARM64 due to dependencies issue. (#10951)
Co-authored-by: Susmita Mane <susmitamane@Susmitas-MacBook-Pro.local>
This commit is contained in:
@@ -133,8 +133,6 @@
|
|||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"versions": [
|
"versions": [
|
||||||
"3.9.*",
|
|
||||||
"3.10.*",
|
|
||||||
"3.11.*",
|
"3.11.*",
|
||||||
"3.12.*",
|
"3.12.*",
|
||||||
"3.13.*"
|
"3.13.*"
|
||||||
|
|||||||
@@ -136,8 +136,6 @@
|
|||||||
},
|
},
|
||||||
"arm64": {
|
"arm64": {
|
||||||
"versions": [
|
"versions": [
|
||||||
"3.9.*",
|
|
||||||
"3.10.*",
|
|
||||||
"3.11.*",
|
"3.11.*",
|
||||||
"3.12.*",
|
"3.12.*",
|
||||||
"3.13.*"
|
"3.13.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user