mirror of
https://github.com/kopia/kopia.git
synced 2026-05-15 02:05:39 -04:00
Currently, on MacOS, this step hangs when attempting to notarize the newly built binary. The job eventually times out after 360 min. This is a temporary workaround that will terminate the job sooner to avoid wasting runner cycles. The actual cause of the notarization timeout needs to be investigated. Ref: #488 #3168 #3175