mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-07 02:27:28 +08:00
Toolcache Android NDK versions <=25 will be removed from images (#10440)
This commit is contained in:
committed by
GitHub
parent
4e6e715037
commit
59a0b3727b
@@ -154,7 +154,7 @@
|
||||
"ndk": {
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"24", "25", "26" , "27"
|
||||
"26" , "27"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
"ndk": {
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"24", "25", "26", "27"
|
||||
"26", "27"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user