3
0
Fork 0
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:
Krystine Sherwin 2025-09-02 10:08:58 +12:00
parent 3426905e60
commit 2261c7e366
No known key found for this signature in database

View file

@ -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