[macOS] Add Ruby toolcache on arm64 images. (#10768)

Co-authored-by: Erik Bershel <erik-bershel@github.com>
This commit is contained in:
susmitamane
2024-11-22 20:05:31 +05:30
committed by GitHub
parent 26b592de2b
commit 6e8ddff8ff
7 changed files with 64 additions and 70 deletions

View File

@@ -215,6 +215,14 @@
"3.2.*",
"3.3.*"
]
},
"arm64": {
"versions": [
"3.0.*",
"3.1.*",
"3.2.*",
"3.3.*"
]
}
}
}