From fe4ba1db02ec5e900471bf1df6a150a99080567b Mon Sep 17 00:00:00 2001 From: vocksel Date: Sat, 3 Feb 2024 11:41:46 -0800 Subject: [PATCH] Add a timeout to CI runs (#150) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c68822..2444c37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: - name: macOS x86_64 runner-os: macos-latest cargo-target: x86_64-apple-darwin - + timeout-minutes: 10 name: CI - ${{ matrix.name }} runs-on: ${{ matrix.runner-os }} steps: