From da0af62e917dfbd8562957242b89ac8f5425e2c3 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:09:03 +0100 Subject: [PATCH] remove ndk 23 from macos images (#8747) --- images/macos/toolsets/toolset-11.json | 2 +- images/macos/toolsets/toolset-12.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 0b7c7a7f..20220cb9 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -174,7 +174,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25", "26" + "24", "25", "26" ] } }, diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 75a2aff6..b5f3d8f7 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -160,7 +160,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25", "26" + "24", "25", "26" ] } },