mirror of https://github.com/YosysHQ/yosys.git
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
|
@ -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 New Issue