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
1 changed files with 1 additions and 1 deletions

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