Skip to content

Commit

Permalink
ci: Remove macOS from test-docs
Browse files Browse the repository at this point in the history
macOS fails due to missing gvpack, but trying to install graphviz
triggers a Python update which breaks the macOS runner.
  • Loading branch information
KrystalDelusion committed Mar 24, 2024
1 parent 1fe1e5b commit 9a44b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
CC: clang
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
os: [ubuntu-20.04]
fail-fast: false
steps:
- name: Checkout Yosys
Expand Down

0 comments on commit 9a44b78

Please sign in to comment.