Skip to content

Commit aa75093

Browse files
authored
Merge pull request #426 from supabase/or/gha-release-timeout
Bump release timeout due to failed arm builds
2 parents 1d05785 + f25ab14 commit aa75093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- { runner: ubuntu-20.04, arch: amd64 }
4747
- { runner: arm-runner, arch: arm64 }
4848
runs-on: ${{ matrix.box.runner }}
49-
timeout-minutes: 45
49+
timeout-minutes: 90
5050
steps:
5151
- uses: actions/checkout@v3
5252

0 commit comments

Comments
 (0)