From cc8746a66b4374cd6d7e410c983a1c945e66e3fd 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 8dfe3f2f2f..f2e958592f 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