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": {
|
||||
"default": "8",
|
||||
"versions": [
|
||||
"8", "11"
|
||||
"default_vendor": "Temurin-Hotspot",
|
||||
"vendors": [
|
||||
{
|
||||
"name": "Temurin-Hotspot",
|
||||
"versions": [ "8", "11", "17" ]
|
||||
},
|
||||
{
|
||||
"name": "Adopt",
|
||||
"versions": [ "8", "11" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"android": {
|
||||
|
||||
Reference in New Issue
Block a user