From 198ec68382910a0430a392f00e35fc7163ca1957 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 14 Apr 2026 22:49:08 +0200 Subject: [PATCH] ci: temporarily disable macOS job while debugging Windows build Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c06dfa4..833a2ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,7 @@ jobs: # ── macOS (Apple Silicon) ────────────────────────────────── macos: + if: false # disabled while debugging Windows build runs-on: macos-latest steps: - uses: actions/checkout@v4