3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-06 09:51:10 +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
No known key found for this signature in database

View file

@ -38,10 +38,10 @@ jobs:
include: include:
# macOS x86 # macOS x86
- os: macos-13 - os: macos-13
compiler: 'clang' compiler: 'clang-19'
# macOS arm # macOS arm
- os: macos-latest - os: macos-latest
compiler: 'clang' compiler: 'clang-19'
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout Yosys - name: Checkout Yosys