From 6f2a153a44802e87e8d3010591f07745fb4b7b83 Mon Sep 17 00:00:00 2001 From: baldcorp <53867174+baldcorp@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:56:45 +0100 Subject: [PATCH] [macOS] Update llvm to version 15 (#6871) Co-authored-by: Alexey Ayupov --- images/macos/toolsets/toolset-10.15.json | 2 +- images/macos/toolsets/toolset-11.json | 2 +- images/macos/toolsets/toolset-12.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 3e1cfca2f..5e71d5662 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -342,7 +342,7 @@ ] }, "llvm": { - "version": "14" + "version": "15" }, "php": { "version": "8.2" diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index efb3501d5..4be9a6f4d 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -338,7 +338,7 @@ ] }, "llvm": { - "version": "14" + "version": "15" }, "php": { "version": "8.2" diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 6d2b01bea..cf60edf59 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -299,7 +299,7 @@ ] }, "llvm": { - "version": "14" + "version": "15" }, "php": { "version": "8.2"