mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Windows] Add Android NDK 26 (#8332)
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
"ndk": {
|
||||
"default": "25",
|
||||
"versions": [
|
||||
"23", "24", "25"
|
||||
"23", "24", "25", "26"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
"ndk": {
|
||||
"default": "25",
|
||||
"versions": [
|
||||
"23", "24", "25"
|
||||
"23", "24", "25", "26"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user