Skip to content

Commit efb9bab

Browse files
[macOS] Install Java 21 on MacOS x64 (#8535)
1 parent 8bc2448 commit efb9bab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/macos/toolsets/toolset-11.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"java": {
156156
"x64": {
157157
"default": "8",
158-
"versions": [ "8", "11", "17" ]
158+
"versions": [ "8", "11", "17", "21"]
159159
}
160160
},
161161
"android": {

images/macos/toolsets/toolset-12.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"java": {
143143
"x64": {
144144
"default": "8",
145-
"versions": [ "8", "11", "17" ]
145+
"versions": [ "8", "11", "17", "21"]
146146
}
147147
},
148148
"android": {

images/macos/toolsets/toolset-13.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"java": {
2424
"x64": {
2525
"default": "17",
26-
"versions": [ "8", "11", "17" ]
26+
"versions": [ "8", "11", "17", "21"]
2727
},
2828
"arm64": {
2929
"default": "17",

0 commit comments

Comments
 (0)