zig

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

commit 2f4bca41eadc07227a36f7d8d0e4c414e240528e (tree)
parent 143ea88017af836104d06262e71537d3d2dd7a4e
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sat,  1 Nov 2025 17:17:20 +0100

ci: bump riscv64-linux-debug timeout to 9 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 @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 480 + timeout-minutes: 540 riscv64-linux-release: # if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux]