From 7fb6c1ee52ef0f64438b443a8d2d1cfdd91a863e Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Wed, 3 Sep 2025 03:32:00 +1200 Subject: [PATCH] test-compile.yml: Specify clang-19 Will trigger C++20 builds to run (which are currently failing). --- .github/workflows/test-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 7d87ab56e..95c6ea4c1 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -38,10 +38,10 @@ jobs: include: # macOS x86 - os: macos-13 - compiler: 'clang' + compiler: 'clang-19' # macOS arm - os: macos-latest - compiler: 'clang' + compiler: 'clang-19' fail-fast: false steps: - name: Checkout Yosys