Skip to content

Commit 9d94573

Browse files
remove ndk 23 from ubuntu images (#8745)
1 parent 030fc05 commit 9d94573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/linux/toolsets/toolset-2004.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"ndk": {
9898
"default": "25",
9999
"versions": [
100-
"23", "24", "25", "26"
100+
"24", "25", "26"
101101
]
102102
}
103103
},

images/linux/toolsets/toolset-2204.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ndk": {
9292
"default": "25",
9393
"versions": [
94-
"23", "24", "25", "26"
94+
"24", "25", "26"
9595
]
9696
}
9797
},

0 commit comments

Comments
 (0)