Skip to content

Commit 499b5a2

Browse files
committed
Increase build-tarballs timeout to 18 hours.
Needed for new NetBSD targets.
1 parent 145918c commit 499b5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tarballs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ concurrency:
1818
group: tarball
1919
jobs:
2020
create_tarballs:
21-
timeout-minutes: 980
21+
timeout-minutes: 1080
2222
outputs:
2323
skipped: ${{ steps.build.outputs.skipped }}
2424
runs-on: [self-hosted, tarballs, x86_64]
25-
env:
25+
env:
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
ZIG_RELEASE_TAG: ${{ inputs.zig_release_tag }}
2828
ZIG_BOOTSTRAP_BRANCH: ${{ inputs.zig_bootstrap_branch }}

0 commit comments

Comments
 (0)