From aa2d6378a477679d009d4ca9dc5d6eab5d7f893b Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 15 Jan 2025 11:01:50 -0500 Subject: [PATCH] Increase timeout for macos release builds (#23183) Today's Preview hotfix timed out during notarization: - https://github.com/zed-industries/zed/actions/runs/12790602047/job/35656767355 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dfe3f2f2fbf4660c0f39f175e70abf54826a770..f2e958592fa0c05a1f894e756cd0f321e9d35dee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: run: cargo build bundle-mac: - timeout-minutes: 60 + timeout-minutes: 120 name: Create a macOS bundle runs-on: - self-hosted