Commit f77b7ec
fix(ci): set keychain timeout to 30min to prevent notarization failure
The macOS CI runner's keychain auto-locks after 5 minutes (system
default), but Apple notarization takes 5-10 minutes. By the time
notarization completes, the keychain is locked and the log fetch +
staple step fails with keychainLocked error.
Set keychain timeout to 1800s (30 min) with -u (lock on sleep only).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7bc55dd commit f77b7ec
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| 409 | + | |
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
| |||
0 commit comments