zig

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

commit 9c79c784acff94a76fe931a422ef6fecbbb3066b (tree)
parent 022851d2f5883e495417408a35aab0645690d9c4
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Fri, 29 May 2026 12:29:52 +0200

ci: bump aarch64-macos-release timeout by 1 hour

zach is a good bit slower than orange.

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