From 19894715eedf111185942ed4449898067ff2f3fc Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Wed, 6 Dec 2023 07:42:09 +0100 Subject: [PATCH] Disable randomly failing MacOS core tests (#872) Until we have time to look into #825, I feel like it is better to just disable MacOS for core CI. With Linux and Windows we still have decent OS coverage. --- .github/workflows/core_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index 42a226e1b..a82067db3 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -20,7 +20,8 @@ jobs: - "~1.10.0-0" os: - ubuntu-latest - - macOS-latest + # https://github.com/Deltares/Ribasim/issues/825 + # - macOS-latest - windows-latest arch: - x64