From 347d568e0462421950a1eac2b07a61e4fa2d0bf3 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin Date: Thu, 8 Jan 2026 14:38:27 +0100 Subject: [PATCH 1/4] [macos] Remove Python 3.9 from toolcache --- images/macos/toolsets/toolset-14.json | 1 - images/macos/toolsets/toolset-15.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 8460488f68..c85bf6bfc0 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -232,7 +232,6 @@ "arch": { "x64": { "versions": [ - "3.9.*", "3.10.*", "3.11.*", "3.12.*", diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 72d97b8828..c6792d4755 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -236,7 +236,6 @@ "arch": { "x64": { "versions": [ - "3.9.*", "3.10.*", "3.11.*", "3.12.*", From 7280171fd3f2dc3cbc07de835a5fc7aab82ac4c3 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin Date: Thu, 8 Jan 2026 15:01:40 +0100 Subject: [PATCH 2/4] [macos] Remove Android NDK 26, change default to 27 --- images/macos/toolsets/toolset-14.json | 4 ++-- images/macos/toolsets/toolset-15.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index c85bf6bfc0..2783c0bff6 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -143,9 +143,9 @@ "cmake;4.1.2" ], "ndk": { - "default": "26", + "default": "27", "versions": [ - "26", "27", "28", "29" + "27", "28", "29" ] } }, diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index c6792d4755..a4585375fc 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -149,7 +149,7 @@ "ndk": { "default": "27", "versions": [ - "26", "27","28", "29" + "27","28", "29" ] } }, From e8891d4d174875e0a1803d4ff2d2319e8de33f7c Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin Date: Thu, 8 Jan 2026 15:43:54 +0100 Subject: [PATCH 3/4] [macos-14] Remove android platform and build tools < 34 --- images/macos/toolsets/toolset-14.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 2783c0bff6..09dd84c10b 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -132,8 +132,8 @@ "android": { "cmdline-tools": "commandlinetools-mac-10406996_latest.zip", "sdk-tools": "sdk-tools-darwin-4333796.zip", - "platform_min_version": "33", - "build_tools_min_version": "33.0.2", + "platform_min_version": "34", + "build_tools_min_version": "34.0.0", "extras": [ "android;m2repository", "google;m2repository", "google;google_play_services" ], From d5cf993580e575f7ba2bd8786fb13c6f4a64fe3e Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:45:15 +0100 Subject: [PATCH 4/4] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- images/macos/toolsets/toolset-15.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index a4585375fc..693ad8f1fa 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -149,7 +149,7 @@ "ndk": { "default": "27", "versions": [ - "27","28", "29" + "27", "28", "29" ] } },