[macOS] Install Java 21 on MacOS x64 (#8535)

This commit is contained in:
Vasilii Polikarpov
2023-10-13 15:48:17 +02:00
committed by GitHub
parent 8bc2448fe1
commit efb9babb4b
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@
"java": {
"x64": {
"default": "8",
"versions": [ "8", "11", "17" ]
"versions": [ "8", "11", "17", "21"]
}
},
"android": {

View File

@@ -142,7 +142,7 @@
"java": {
"x64": {
"default": "8",
"versions": [ "8", "11", "17" ]
"versions": [ "8", "11", "17", "21"]
}
},
"android": {

View File

@@ -23,7 +23,7 @@
"java": {
"x64": {
"default": "17",
"versions": [ "8", "11", "17" ]
"versions": [ "8", "11", "17", "21"]
},
"arm64": {
"default": "17",