From e045a1667bf2c551821b7fb3f2a00265f1d7e2ab Mon Sep 17 00:00:00 2001 From: Susmita Mane Date: Mon, 17 Feb 2025 19:47:36 +0530 Subject: [PATCH] [macOS] Remove .NET 7 from macOS-13 and macOS-14 images. --- images/macos/toolsets/toolset-13.json | 2 -- images/macos/toolsets/toolset-14.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index fc8ce29cc79a..30c24a665e02 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -101,14 +101,12 @@ "arch":{ "x64": { "versions": [ - "7.0", "8.0", "9.0" ] }, "arm64": { "versions": [ - "7.0", "8.0", "9.0" ] diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 3d05f4243b33..baf443512a5a 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -105,14 +105,12 @@ "arch":{ "x64": { "versions": [ - "7.0", "8.0", "9.0" ] }, "arm64": { "versions": [ - "7.0", "8.0", "9.0" ]