Skip to content

Commit

Permalink
chore(release) increase timeout for macOS binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 23, 2024
1 parent 93b4079 commit 5af5e09
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 @@ -396,7 +396,7 @@ jobs:
name: "Build macOS binary"
needs: [setup, build-images]
runs-on: macos-latest
timeout-minutes: 120
timeout-minutes: 150
env:
WASMTIME_VER: ${{ needs.setup.outputs.wasmtime_ver }}
WASMER_VER: ${{ needs.setup.outputs.wasmer_ver }}
Expand Down

0 comments on commit 5af5e09

Please sign in to comment.