From 321b7f06bcf9eac6c7ea74c5a1e24343443aeed6 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 20 Dec 2024 00:36:21 +0100 Subject: [PATCH] temporary disable macos-13 testcase (#1626) --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c8147b..1f092687 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,8 +318,9 @@ jobs: fail-fast: true matrix: include: - - target: x86_64-apple-darwin - os: macos-13 + # temporary disabled due to an issue with homebrew which is difficult to debug + # - target: x86_64-apple-darwin + # os: macos-13 - target: x86_64-pc-windows-msvc os: windows-latest ext: '.exe'