3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-28 15:25:49 +00:00

CI: temporary disable macos for testing

This commit is contained in:
Miodrag Milanovic 2026-03-27 17:46:14 +01:00
parent ebfe5b2c06
commit d37b02af03
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: