Skip to content

Commit

Permalink
[macOS] Remove deprecated versions of .NET 7 and Android NDK 25 (#10659)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-bershel authored Sep 21, 2024
1 parent d1db398 commit 8a1eeaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/macos/toolsets/toolset-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ndk": {
"default": "27",
"versions": [
"25", "26", "27"
"26", "27"
]
}
},
Expand Down Expand Up @@ -89,13 +89,11 @@
"arch":{
"x64": {
"versions": [
"7.0",
"8.0"
]
},
"arm64": {
"versions": [
"7.0",
"8.0"
]
}
Expand Down

0 comments on commit 8a1eeaf

Please sign in to comment.