From 6a44d736b47295aced04924d1a2488528eb7238d Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:30:31 +0200 Subject: [PATCH] add clang-15 to ubuntu-22 (#8255) --- 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 9aac23bc..0f7037b2 100644 --- a/images/linux/toolsets/toolset-2204.json +++ b/images/linux/toolsets/toolset-2204.json @@ -258,7 +258,8 @@ "versions": [ "12", "13", - "14" + "14", + "15" ], "default_version": "14" },