mirror of
https://github.com/actions/runner-images.git
synced 2026-01-02 16:24:24 +08:00
[Ubuntu] Remove AdoptOpenJDK (#8022)
This commit is contained in:
committed by
GitHub
parent
da18545f2f
commit
2a1b5d19a3
@@ -73,17 +73,7 @@
|
||||
],
|
||||
"java": {
|
||||
"default": "11",
|
||||
"default_vendor": "Temurin-Hotspot",
|
||||
"vendors": [
|
||||
{
|
||||
"name": "Temurin-Hotspot",
|
||||
"versions": [ "8", "11", "17" ]
|
||||
},
|
||||
{
|
||||
"name": "Adopt",
|
||||
"versions": [ "8", "11" ]
|
||||
}
|
||||
],
|
||||
"versions": [ "8", "11", "17" ],
|
||||
"maven": "3.8.8"
|
||||
},
|
||||
"android": {
|
||||
|
||||
Reference in New Issue
Block a user