Skip to content

Commit 4675af1

Browse files
committed
fix(ci): increase unix release timeout
1 parent 32f8f54 commit 4675af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-unix:
1515
name: Build - ${{ matrix.runner }} - ${{ matrix.target }}
1616
runs-on: ${{ matrix.runner }}
17-
timeout-minutes: 120
17+
timeout-minutes: 240
1818
permissions:
1919
contents: read
2020
defaults:

0 commit comments

Comments
 (0)