1
0
mirror of synced 2026-05-10 01:19:46 +00:00

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