From 7d8928af4b9488dca402ba90f7d2878c13151bc7 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 2f078ae69..beb98e60e 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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