From efbaf81ba8ff0df12c8cfa8550f0b4ad353926ca Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:30:09 +0200 Subject: [PATCH] [macOS] Add GCC 15 (#12750) --- images/macos/toolsets/toolset-13.json | 3 ++- images/macos/toolsets/toolset-14.json | 3 ++- images/macos/toolsets/toolset-15.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 79b52f739..c6d3d0224 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -95,7 +95,8 @@ "versions": [ "12", "13", - "14" + "14", + "15" ] }, "dotnet": { diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 35bb4e381..9aa4572e2 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -194,7 +194,8 @@ "versions": [ "12", "13", - "14" + "14", + "15" ] }, "dotnet": { diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index f9b12938c..e77bf0237 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -181,7 +181,8 @@ "versions": [ "12", "13", - "14" + "14", + "15" ] }, "dotnet": {