[eric] ci: bypass the dogfood release-gate for macOS too (mirrors release-windows) so v1.1.71 builds the DMG

This commit is contained in:
ciregenz
2026-05-31 15:28:03 -07:00
parent 3c32fe7773
commit b0c4278ccb
+1 -1
View File
@@ -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: