3
0
Fork 0
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:
Krystine Sherwin 2024-03-22 10:24:07 +13:00
parent c89c5c34a0
commit 7d8928af4b
No known key found for this signature in database

View file

@ -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