mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[MacOS] add Temurin-Hotspot to MacOS 12 (#4155)
This commit is contained in:
@@ -32,8 +32,16 @@
|
|||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
"default": "8",
|
"default": "8",
|
||||||
"versions": [
|
"default_vendor": "Temurin-Hotspot",
|
||||||
"8", "11"
|
"vendors": [
|
||||||
|
{
|
||||||
|
"name": "Temurin-Hotspot",
|
||||||
|
"versions": [ "8", "11", "17" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Adopt",
|
||||||
|
"versions": [ "8", "11" ]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
|
|||||||
Reference in New Issue
Block a user