zig

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

commit e74fd3ce555c675235fa65fa3647caeb4757b4cd (tree)
parent adf590d58cb395cf7c726e6d22b3bbb2100643a6
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed, 17 Jun 2026 04:14:04 +0200

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

When a ziglang/translate-c job is running simultaneously with a ziglang/zig job,
it can slow down both a good bit, so account for that.

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