diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-02 13:19:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-02 16:00:42 +0200 |
commit | f7d1273cf9f9bc6553b30de38ed010e6c1ca3d28 (patch) | |
tree | 75a668724dd305ff483c2e5cc84afac1fbed98c9 /.github | |
parent | 8ccf75532bb801346a8ccd8013ad631aac34092b (diff) | |
download | curl-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.yml | 1 |
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: |