mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-06 01:48:06 +00:00
test-compile.yml: Compiler tests for arm mac
This commit is contained in:
parent
3426905e60
commit
2261c7e366
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test-compile.yml
vendored
5
.github/workflows/test-compile.yml
vendored
|
@ -36,9 +36,12 @@ jobs:
|
|||
- 'clang-19'
|
||||
- 'gcc-13'
|
||||
include:
|
||||
# macOS
|
||||
# macOS x86
|
||||
- os: macos-13
|
||||
compiler: 'clang'
|
||||
# macOS arm
|
||||
- os: macos-latest
|
||||
compiler: 'clang'
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout Yosys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue