test-compile.yml: Specify clang-19
Will trigger C++20 builds to run (which are currently failing).
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user