zig

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

commit d5a84b69a5ba55cbc923a80d016e14f44828f482 (tree)
parent 9c546031649ab3d94e30479ac2dbe6785bfc7f66
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 12 Mar 2026 08:54:37 +0100

ci: bump aarch64-linux-debug timeout by 1 hour

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 @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-linux-debug.sh - timeout-minutes: 180 + timeout-minutes: 240 aarch64-linux-release: runs-on: [self-hosted, aarch64-linux] steps: