From dfe9ed2a893253568c2a9c56efdc590e3b701917 Mon Sep 17 00:00:00 2001 From: sanasol Date: Thu, 29 Jan 2026 20:59:28 +0100 Subject: [PATCH] ci: set 6-hour max timeout for macOS notarization Co-Authored-By: Claude Opus 4.5 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e1cd52..8d5d6ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: build-macos: runs-on: macos-latest + timeout-minutes: 360 # Max allowed (6 hours) for notarization steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4