mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-07 21:22:49 +00:00
commit
37ca545b65
2 changed files with 2 additions and 4 deletions
3
.github/workflows/test-build.yml
vendored
3
.github/workflows/test-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/test-sanitizers.yml
vendored
3
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue