1
0
mirror of synced 2026-05-03 14:50:26 +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

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