mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-06 09:51:10 +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'
|
- 'clang-19'
|
||||||
- 'gcc-13'
|
- 'gcc-13'
|
||||||
include:
|
include:
|
||||||
# macOS
|
# macOS x86
|
||||||
- os: macos-13
|
- os: macos-13
|
||||||
compiler: 'clang'
|
compiler: 'clang'
|
||||||
|
# macOS arm
|
||||||
|
- os: macos-latest
|
||||||
|
compiler: 'clang'
|
||||||
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