Increase notarization timeout for macOS release

This commit is contained in:
Benjamin Shafii
2026-01-14 17:07:54 -08:00
parent 2a68f91c49
commit c3cc0a5832

View File

@@ -17,7 +17,7 @@ permissions:
jobs: jobs:
release-macos-aarch64: release-macos-aarch64:
runs-on: macos-14 runs-on: macos-14
timeout-minutes: 90 timeout-minutes: 240
steps: steps:
- name: Checkout - name: Checkout
@@ -115,7 +115,7 @@ jobs:
--key "$NOTARY_KEY" \ --key "$NOTARY_KEY" \
--key-id "$APPLE_NOTARY_API_KEY_ID" \ --key-id "$APPLE_NOTARY_API_KEY_ID" \
--issuer "$APPLE_NOTARY_API_ISSUER_ID" \ --issuer "$APPLE_NOTARY_API_ISSUER_ID" \
--wait --timeout 1h --wait --timeout 3h
- name: Staple notarization ticket - name: Staple notarization ticket
run: | run: |