From f7d1273cf9f9bc6553b30de38ed010e6c1ca3d28 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 Jun 2021 13:19:36 +0200 Subject: [PATCH] github: timeout jobs on macOS after 90 minutes Assisted-by: Marc Hoersken Closes #7173 --- .github/workflows/macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3dc86b2c7c..965b12015b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,6 +15,7 @@ jobs: autotools: name: macos ${{ matrix.build.name }} runs-on: 'macos-latest' + timeout-minutes: 90 strategy: fail-fast: false matrix: -- 2.47.3