From 9a25a50f5543e35433aaaec77cd66def40974817 Mon Sep 17 00:00:00 2001 From: Aaron Colwell <300262+acolwell@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:55:34 -0700 Subject: [PATCH] Update to clang 15 on Linux to avoid c++20 issues. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 116eafaeb..6dffbfc8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: qt5-qmake qtbase5-dev qtdeclarative5-dev \ python3-dev libshiboken2-dev libpyside2-dev python3-pyside2.qtwidgets python3-qtpy \ libwayland-dev libwayland-client0 libwayland-egl1 \ - extra-cmake-modules clang + extra-cmake-modules clang-15 - name: Install Macos system packages if: contains(matrix.os, 'macos') shell: bash