From 5648fc928217f9ec554eb0eebaff73e56929b062 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 16 Dec 2025 02:04:18 +0530 Subject: [PATCH] fix: ci workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72f97de..0c67e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,7 @@ jobs: - os: macos-latest toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} + timeout-minutes: 30 steps: - uses: actions/checkout@v3 with: @@ -50,6 +51,7 @@ jobs: - os: macos-latest toolchain: stable-x86_64-apple-darwin runs-on: ${{ matrix.os }} + timeout-minutes: 30 steps: - uses: actions/checkout@v3 with: