diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b8a31..d3bd90f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - os: ubuntu-arm runsOn: ubuntu-24.04-arm64-2-core runs-on: ${{ matrix.runsOn || matrix.os }} + timeout-minutes: 30 steps: - name: Print build information run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}"