zig

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

commit ab381933c87bcc744058d25a876cfdc0d23fc674 (tree)
parent c031b62b83cf15cb4374103f73c882afd94355e4
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 26 Feb 2025 22:29:41 -0800

CI: bump timeout on windows to 7h

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

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml @@ -73,6 +73,7 @@ jobs: - name: Build and Test run: ci/aarch64-macos-release.sh x86_64-windows-debug: + timeout-minutes: 420 runs-on: [self-hosted, Windows, x86_64] env: ARCH: "x86_64" @@ -82,6 +83,7 @@ jobs: - name: Build and Test run: ci/x86_64-windows-debug.ps1 x86_64-windows-release: + timeout-minutes: 420 runs-on: [self-hosted, Windows, x86_64] env: ARCH: "x86_64"