From a16f454396644e2deb0b7280541a2bd2edc1ee69 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 17 Sep 2025 11:32:36 +0200 Subject: [PATCH] drop macosx support; the fix introduced a new bug We're now running into dynamic linker problems, so we shall disable macosx support for now. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8bcac5..14f1dfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - ubuntu-24.04-arm - windows-latest - windows-11-arm - - macos-latest + # - macos-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v5