From b268f563f63d89ad4502ff2773c3a6f630ac46ab Mon Sep 17 00:00:00 2001 From: sarathrajsrinivasan <159180023+sarathrajsrinivasan@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:57:27 -0700 Subject: [PATCH] [macOS] Add gcc 14 (#10043) --- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 3 ++- images/macos/toolsets/toolset-14.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 05dc71b3..621ba350 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -228,7 +228,8 @@ "versions": [ "11", "12", - "13" + "13", + "14" ] }, "toolcache": [ diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 70e6c198..48878c3f 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -90,7 +90,8 @@ "versions": [ "11", "12", - "13" + "13", + "14" ] }, "dotnet": { diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index f7a88540..330af2a4 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -92,7 +92,8 @@ "versions": [ "11", "12", - "13" + "13", + "14" ] }, "dotnet": {