From 9a44b7837bbf18bb4c785c99cd014359c51cb202 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:24:07 +1300 Subject: [PATCH] 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. --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index efc2fb7f2c1..01b5c025aeb 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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