Skip to content

Commit

Permalink
Increase timeout for macos release builds (#23183)
Browse files Browse the repository at this point in the history
Today's Preview hotfix timed out during notarization:
- https://github.com/zed-industries/zed/actions/runs/12790602047/job/35656767355
  • Loading branch information
notpeter committed Jan 15, 2025
1 parent 747c7e9 commit aa2d637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa2d637

Please sign in to comment.