diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 253b8a68b5776fcc20f6d51b3c07473d556b4827..4700a183e67bfac4f37e0a2ba00b022bb0d9df07 100644 --- 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"