mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-04 09:25:16 +00:00
CI: temporary disable macos for testing
This commit is contained in:
parent
ebfe5b2c06
commit
d37b02af03
2 changed files with 4 additions and 2 deletions
3
.github/workflows/test-build.yml
vendored
3
.github/workflows/test-build.yml
vendored
|
|
@ -114,7 +114,8 @@ jobs:
|
||||||
CC: clang
|
CC: clang
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
|
#os: [ubuntu-latest, macos-latest]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Yosys
|
- name: Checkout Yosys
|
||||||
|
|
|
||||||
3
.github/workflows/test-sanitizers.yml
vendored
3
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -42,7 +42,8 @@ jobs:
|
||||||
UBSAN_OPTIONS: halt_on_error=1
|
UBSAN_OPTIONS: halt_on_error=1
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
|
#os: [ubuntu-latest, macos-latest]
|
||||||
sanitizer: ['undefined,address']
|
sanitizer: ['undefined,address']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue