zig

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

commit bd23e9a744b3a43aab468b9f5e24b4c63e7c25d3 (tree)
parent 0a74d73459a8b30b5c91ee444275752206a2a0ea
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sun,  5 Oct 2025 18:53:34 +0200

ci: bump x86_64-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 @@ -125,7 +125,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-linux-release.sh - timeout-minutes: 420 + timeout-minutes: 480 x86_64-windows-debug: runs-on: [self-hosted, x86_64-windows] steps: