zig

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

commit 14019a95a4f3519bc03d23f79eb3141b51a9b2c2 (tree)
parent 1914d1a6e58b0c37859869096871f1f1154945c6
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu,  2 Oct 2025 13:27:00 +0200

ci: bump x86_64-linux-release timeout to 7 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: 360 + timeout-minutes: 420 x86_64-windows-debug: runs-on: [self-hosted, x86_64-windows] steps: