From 042094639142bab5548109945dc260e5ec002ad0 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 3 Nov 2022 18:50:25 +0300 Subject: [PATCH] [Ubuntu] Add gcc-12 to 22.04 (#6511) --- 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 58f21d58c0c9..be7382a81d87 100644 --- a/images/linux/toolsets/toolset-2204.json +++ b/images/linux/toolsets/toolset-2204.json @@ -262,7 +262,8 @@ "gcc": { "versions": [ "g++-9", - "g++-10" + "g++-10", + "g++-12" ] }, "gfortran": {