mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[macOS] Remove deprecated versions of .NET 7 and Android NDK 25 (#10659)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"ndk": {
|
||||
"default": "27",
|
||||
"versions": [
|
||||
"25", "26", "27"
|
||||
"26", "27"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -89,13 +89,11 @@
|
||||
"arch":{
|
||||
"x64": {
|
||||
"versions": [
|
||||
"7.0",
|
||||
"8.0"
|
||||
]
|
||||
},
|
||||
"arm64": {
|
||||
"versions": [
|
||||
"7.0",
|
||||
"8.0"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user