Skip to content

Commit c6fe5ff

Browse files
author
ComputelessComputer
committed
Extend release timeout for DMG notarization
Increase the release workflow job timeout so slow Apple notarization does not cancel publication before the DMG upload step.
1 parent 6bb3ed4 commit c6fe5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-15
2121
permissions:
2222
contents: write
23-
timeout-minutes: 45
23+
timeout-minutes: 120
2424
env:
2525
APP_NAME: Openbird.app
2626
BUNDLE_ID: com.computelesscomputer.openbird

0 commit comments

Comments
 (0)