Skip to content

Commit

Permalink
Merge pull request #426 from supabase/or/gha-release-timeout
Browse files Browse the repository at this point in the history
Bump release timeout due to failed arm builds
  • Loading branch information
olirice authored Oct 3, 2023
2 parents 1d05785 + f25ab14 commit aa75093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- { runner: ubuntu-20.04, arch: amd64 }
- { runner: arm-runner, arch: arm64 }
runs-on: ${{ matrix.box.runner }}
timeout-minutes: 45
timeout-minutes: 90
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit aa75093

Please sign in to comment.