mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
Increase notarization timeout for macOS release
This commit is contained in:
4
.github/workflows/release-macos-aarch64.yml
vendored
4
.github/workflows/release-macos-aarch64.yml
vendored
@@ -17,7 +17,7 @@ permissions:
|
||||
jobs:
|
||||
release-macos-aarch64:
|
||||
runs-on: macos-14
|
||||
timeout-minutes: 90
|
||||
timeout-minutes: 240
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
--key "$NOTARY_KEY" \
|
||||
--key-id "$APPLE_NOTARY_API_KEY_ID" \
|
||||
--issuer "$APPLE_NOTARY_API_ISSUER_ID" \
|
||||
--wait --timeout 1h
|
||||
--wait --timeout 3h
|
||||
|
||||
- name: Staple notarization ticket
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user