From fa26a3561dd533260ab11e3f6b251af2687a6afc Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 12:34:30 +0200 Subject: [PATCH] disable macosx for the time being, it is non-functional and I can't/won't test it anyway. --- .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 f2b8879..0481cec 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