mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-06 18:01:08 +00:00
test-compile.yml: Specify clang-19
Will trigger C++20 builds to run (which are currently failing).
This commit is contained in:
parent
819b9635b4
commit
7fb6c1ee52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-compile.yml
vendored
4
.github/workflows/test-compile.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue