mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
[Ubuntu,Windows] add Android NDK 27 version to images (#10343)
* add ndk 27 version to images * add ndk 27 version to images1
This commit is contained in:
committed by
GitHub
parent
c7276710b3
commit
cbea23f931
@@ -92,9 +92,9 @@
|
||||
"cmake;3.22.1"
|
||||
],
|
||||
"ndk": {
|
||||
"default": "25",
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"24", "25", "26"
|
||||
"24", "25", "26", "27"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user