From 9e6658b0b2ed2ee60e7622d033d40e4684d9e0d0 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:32:26 +0200 Subject: [PATCH] add gcc-13 to ubuntu22 (#8562) --- images/linux/toolsets/toolset-2204.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/linux/toolsets/toolset-2204.json b/images/linux/toolsets/toolset-2204.json index 2516d02c..6001c348 100644 --- a/images/linux/toolsets/toolset-2204.json +++ b/images/linux/toolsets/toolset-2204.json @@ -268,7 +268,8 @@ "versions": [ "g++-9", "g++-10", - "g++-12" + "g++-12", + "g++-13" ] }, "gfortran": {