fix: increase timeout for release builds from 30 to 60 minutes

This commit is contained in:
Michael Bolin
2026-01-14 16:24:28 -08:00
parent 3728db11b8
commit 6eaa291f71

View File

@@ -49,7 +49,7 @@ jobs:
needs: tag-check
name: Build - ${{ matrix.runner }} - ${{ matrix.target }}
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
timeout-minutes: 60
permissions:
contents: read
id-token: write