Skip to content

Commit 8ed512f

Browse files
authored
[BUILD][MACOS] Increase timeout to 60 minutes (#6981)
1 parent 4c7a5f4 commit 8ed512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
runner: ${{ fromJson(inputs.matrix) }}
16-
timeout-minutes: 40
16+
timeout-minutes: 60
1717
env:
1818
RUNNER_TYPE: ${{ matrix.runner[0] }}
1919
name: Build MacOS

0 commit comments

Comments
 (0)