mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] Fix java info in toolsets (#8538)
This commit is contained in:
committed by
GitHub
parent
cde475b36b
commit
ddfdbbac21
@@ -153,8 +153,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
|
"x64": {
|
||||||
"default": "8",
|
"default": "8",
|
||||||
"versions": [ "8", "11", "17" ]
|
"versions": [ "8", "11", "17" ]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"platform_min_version": "27",
|
"platform_min_version": "27",
|
||||||
|
|||||||
@@ -140,8 +140,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
|
"x64": {
|
||||||
"default": "8",
|
"default": "8",
|
||||||
"versions": [ "8", "11", "17" ]
|
"versions": [ "8", "11", "17" ]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"platform_min_version": "27",
|
"platform_min_version": "27",
|
||||||
|
|||||||
Reference in New Issue
Block a user