Skip to content

Commit

Permalink
Reduce the timeout on macOS builds
Browse files Browse the repository at this point in the history
The default is 360 minutes, but the macOS jobs take ~5 minutes.
  • Loading branch information
pcolby committed Oct 5, 2024
1 parent 309647d commit 1e9617b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:

mac:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1e9617b

Please sign in to comment.