zig

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

commit e959a86bb92006eea4d0f15cc1c0f82ecccbc58b (tree)
parent b19ba7df3b59755a2808b2c2854ef4a029309ce4
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  8 Oct 2025 04:57:16 +0200

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