diff --git a/.github/workflows/runner-display.yml b/.github/workflows/runner-display.yml index 0d80ec3..0423862 100644 --- a/.github/workflows/runner-display.yml +++ b/.github/workflows/runner-display.yml @@ -12,6 +12,7 @@ jobs: os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, windows-2022, windows-2019, macos-latest, macos-11, macos-12, macos-13, macos-14 ] # os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, windows-2022, windows-2019, macos-latest, macos-latest-large, macos-latest-xlarge, macos-11, macos-12, macos-12-large, macos-13, macos-13-large, macos-13-xlarge, macos-14, macos-14-large, macos-14-xlarge ] runs-on: ${{ matrix.os }} + timeout-minutes: 5 steps: - name: Set up Python uses: actions/setup-python@v2