zig

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

commit 867501d9d2f757f99af59b1904b251aa63262e23 (tree)
parent cd963ba38d77622b2971e7ea0bdc916ec5685630
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed,  7 Jan 2026 16:04:00 +0100

ci: bump loongarch64-linux timeouts by 1 hour

https://codeberg.org/ziglang/zig/actions/runs/611/jobs/5/attempt/1

Diffstat:
M.forgejo/workflows/ci.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/loongarch64-linux-debug.sh - timeout-minutes: 240 + timeout-minutes: 300 loongarch64-linux-release: runs-on: [self-hosted, loongarch64-linux] steps: @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/loongarch64-linux-release.sh - timeout-minutes: 180 + timeout-minutes: 240 powerpc64le-linux-debug: runs-on: [self-hosted, powerpc64le-linux]