mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +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:
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user