zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b31173179bc0fba53c87d6ca82eabaf4e59c3fef (tree)
parent 9082b004b68b0cc0afe6e24b9277b900362c560d
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon, 24 Nov 2025 06:29:53 +0100

ci: bump riscv64-linux-release timeout to 8 hours on Forgejo Actions

Diffstat:
M.forgejo/workflows/ci.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-release.sh - timeout-minutes: 420 + timeout-minutes: 480 s390x-linux-debug: runs-on: [self-hosted, s390x-linux] steps: