From afcc76b48aeb0b2892543978a05f0fff80fbc922 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:52:47 +0100 Subject: [PATCH] remove ndk23 from windows images (#8746) --- images/win/toolsets/toolset-2019.json | 2 +- images/win/toolsets/toolset-2022.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 366cc92f..353aed4d 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -175,7 +175,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25", "26" + "24", "25", "26" ] } }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index fc09ab00..a954ad94 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -149,7 +149,7 @@ "ndk": { "default": "25", "versions": [ - "23", "24", "25", "26" + "24", "25", "26" ] } },