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

Merge pull request #5785 from YosysHQ/fix_ci_temp

CI: temporary disable macos for testing
This commit is contained in:
Miodrag Milanović
2026-03-27 17:34:18 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

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

View File

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