Merge pull request #5791 from YosysHQ/ci_macos

Enable macOS builds
This commit is contained in:
Miodrag Milanović 2026-04-03 06:54:30 +00:00 committed by GitHub
commit 37ca545b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -114,8 +114,7 @@ jobs:
CC: clang
strategy:
matrix:
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
fail-fast: false
steps:
- name: Checkout Yosys

View File

@ -42,8 +42,7 @@ jobs:
UBSAN_OPTIONS: halt_on_error=1
strategy:
matrix:
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
sanitizer: ['undefined,address']
fail-fast: false
steps: