Skip to content

Commit 3884cb6

Browse files
committed
fix(ci): increase macOS timeout to 90 minutes for Brewfile install
The 60-minute timeout is too tight for 141 formulas, 57 casks, and 72 fonts on the macOS runner.
1 parent 0ec8b69 commit 3884cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
macos:
8888
name: macOS
8989
runs-on: macos-latest
90-
timeout-minutes: 60
90+
timeout-minutes: 90
9191
steps:
9292
- uses: actions/checkout@v4
9393
with:

0 commit comments

Comments
 (0)