summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-02 13:19:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-02 16:00:42 +0200
commitf7d1273cf9f9bc6553b30de38ed010e6c1ca3d28 (patch)
tree75a668724dd305ff483c2e5cc84afac1fbed98c9 /.github
parent8ccf75532bb801346a8ccd8013ad631aac34092b (diff)
downloadcurl-f7d1273cf9f9bc6553b30de38ed010e6c1ca3d28.tar.gz
github: timeout jobs on macOS after 90 minutes
Assisted-by: Marc Hoersken Closes #7173
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 3dc86b2c7..965b12015 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: