mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
ci: Remove macOS from test-docs
macOS fails due to missing gvpack, but trying to install graphviz triggers a Python update which breaks the macOS runner.
This commit is contained in:
parent
c89c5c34a0
commit
7d8928af4b
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
CC: clang
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-13]
|
||||
os: [ubuntu-20.04]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout Yosys
|
||||
|
|
Loading…
Reference in a new issue