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-05-10 09:51:37 +12:00
parent c89c5c34a0
commit 7d8928af4b
+1 -1
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