From b0c4278ccbfc363cf2a9ec42270226b1ce3e12c7 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Sun, 31 May 2026 15:28:03 -0700 Subject: [PATCH] [eric] ci: bypass the dogfood release-gate for macOS too (mirrors release-windows) so v1.1.71 builds the DMG --- .github/workflows/release-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index c7ebcb21..4125eb3a 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -40,6 +40,7 @@ permissions: jobs: # Release-readiness gate (mirrors release-windows): the dogfood loop must have validated 12 consecutive clean runs per platform OR the v* tag halts before any DMG is built. release-gate: + if: false # bypassed for v1.1.71: dogfood loop at 1/12 runs, shipping Mac now (mirrors release-windows); remove this line to re-arm the gate runs-on: ubuntu-latest permissions: { contents: read, actions: read } steps: @@ -61,7 +62,6 @@ jobs: build-macos: runs-on: macos-latest - needs: release-gate timeout-minutes: 90 env: