diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index a68e74eae..7814909c6 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -179,9 +179,9 @@ "cmake;3.18.1" ], "ndk": { - "default": "21", + "default": "23", "versions": [ - "21", "22", "23" + "21", "23", "24" ] } }, diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 07e54464a..84f9bb4e8 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -177,9 +177,9 @@ "cmake;3.18.1" ], "ndk": { - "default": "21", + "default": "23", "versions": [ - "21", "22", "23" + "21", "23", "24" ] } }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 8e5a6626d..0a1a53e6e 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -104,9 +104,9 @@ "cmake;3.18.1" ], "ndk": { - "default": "21", + "default": "23", "versions": [ - "21", "22", "23" + "21", "23", "24" ] } },