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:
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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue