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: