Skip to content

Commit

Permalink
bump release timeout due to failed arm builds (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Oct 3, 2023
1 parent 92436ef commit 8ba7c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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 8ba7c7b

Please sign in to comment.