Skip to content

Commit 9a44b78

Browse files
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.
1 parent 1fe1e5b commit 9a44b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
CC: clang
126126
strategy:
127127
matrix:
128-
os: [ubuntu-20.04, macos-13]
128+
os: [ubuntu-20.04]
129129
fail-fast: false
130130
steps:
131131
- name: Checkout Yosys

0 commit comments

Comments
 (0)