From 70da061d8bb3e18c61b1378b69cb050f36f96a9f Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 30 Jun 2024 20:43:21 +0900 Subject: [PATCH] Update runner-display.yml --- .github/workflows/runner-display.yml | 1 + 1 file changed, 1 insertion(+) 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