Skip to content

Commit 2f18fd3

Browse files
committed
ci(release): raise build job timeouts for x86_64 notarization headroom
1 parent d150786 commit 2f18fd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build-arm64:
3434
name: Build ARM64
3535
runs-on: macos-26
36-
timeout-minutes: 20
36+
timeout-minutes: 30
3737

3838
steps:
3939
- name: Checkout code
@@ -145,7 +145,7 @@ jobs:
145145
build-x86_64:
146146
name: Build x86_64
147147
runs-on: macos-26
148-
timeout-minutes: 25
148+
timeout-minutes: 45
149149

150150
steps:
151151
- name: Checkout code

0 commit comments

Comments
 (0)