From 834cd084aa6a9a1862d4df4aaebf303a1463f247 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:59:31 +0200 Subject: [PATCH] [macOS] add gcc 13 to macos images (#8563) --- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 225122e7bd0c..75a2aff6eb3f 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -218,7 +218,8 @@ "gcc": { "versions": [ "11", - "12" + "12", + "13" ] }, "toolcache": [ diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index af4f41afbad0..4114b660098d 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -85,7 +85,8 @@ "gcc": { "versions": [ "11", - "12" + "12", + "13" ] }, "dotnet": {