zig

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

commit bd9098e285966fdcdad92d56e5b629ae73e50ffc (tree)
parent 30e43f7246350ca1b01f645dc2390666eb3e6a1f
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  1 Oct 2025 13:17:31 +0200

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