Skip to content

Commit

Permalink
Incr release build timeout (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Feb 1, 2024
1 parent b7bce92 commit cfd30b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
build_macos:
needs: gen_version
name: build macos version binary
timeout-minutes: 25
timeout-minutes: 30
runs-on: macos-latest
strategy:
matrix:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
build_linux:
needs: gen_version
name: build linux version binary
timeout-minutes: 25
timeout-minutes: 30
runs-on: "ubuntu-latest"
strategy:
matrix:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
build_browser:
needs: gen_version
name: build browser version binary
timeout-minutes: 25
timeout-minutes: 30
runs-on: "ubuntu-latest"
strategy:
matrix:
Expand Down

0 comments on commit cfd30b3

Please sign in to comment.