From 4239ed153959187d515c9ad50031ac6b687ef28f Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 18 Sep 2024 09:42:34 +0100 Subject: [PATCH] turn off macos test --- .github/workflows/c_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c_actions.yml b/.github/workflows/c_actions.yml index bc9a9655..d4c6b56e 100644 --- a/.github/workflows/c_actions.yml +++ b/.github/workflows/c_actions.yml @@ -98,7 +98,8 @@ jobs: timeout-minutes: 20 strategy: matrix: - runner: [ubuntu-latest, windows-latest, macos-latest] + # runner: [ubuntu-latest, windows-latest, macos-latest] + runner: [ubuntu-latest, windows-latest] steps: - name: Prepare