1
0
mirror of synced 2026-04-19 02:47:35 +00:00

test-compile.yml: Specify clang-19

Will trigger C++20 builds to run (which are currently failing).
This commit is contained in:
Krystine Sherwin
2025-09-03 03:32:00 +12:00
parent 819b9635b4
commit 7fb6c1ee52

View File

@@ -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