From 978bfd7772d38b4fe3f087163a376044e6da7195 Mon Sep 17 00:00:00 2001 From: ethanglaser Date: Tue, 7 Jul 2026 15:43:33 -0700 Subject: [PATCH] bump clang version to be compatible with macos-latest --- .github/workflows/build-macos.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index d53872d7..e31fabad 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -36,10 +36,10 @@ jobs: strategy: matrix: build_type: [RelWithDebugInfo] - cxx: [clang++-15] + cxx: [clang++-20] include: - - cxx: clang++-15 - package: llvm@15 + - cxx: clang++-20 + package: llvm@20 cc_name: clang cxx_name: clang++ needs_prefix: true