From 69aeb00c341772a768506da6002c4c8163f1e24c Mon Sep 17 00:00:00 2001 From: Adam Borbas Date: Thu, 16 Jul 2026 23:20:08 +0200 Subject: [PATCH] Raise TestFlight upload job timeout to 60 minutes The Release archive on the macos-15 runner exceeds 30 min (a clean, uncached, whole-module-optimized build), so the beta upload was cancelled before it could finish. Bump to 60 min for headroom. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 424bfc3..f9ed6dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: build: name: Upload to TestFlight runs-on: macos-15 - timeout-minutes: 30 + timeout-minutes: 60 environment: release if: github.actor == 'adborbas' steps: