From 2c6ef5825f1b52688217a7b1aaf52489b35ab702 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Mon, 16 Oct 2023 13:21:02 -0400 Subject: [PATCH] Update from Clang 13 to Clang 14 for Linux build --- tools/buildbot/buildconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/buildbot/buildconfig.json b/tools/buildbot/buildconfig.json index eb0edd51..9d5bf384 100644 --- a/tools/buildbot/buildconfig.json +++ b/tools/buildbot/buildconfig.json @@ -1,7 +1,7 @@ { "debian11": { - "CC": "clang-13", - "CXX": "clang++-13" + "CC": "clang-14", + "CXX": "clang++-14" } }