From: Daniel Stenberg Date: Wed, 2 Jun 2021 11:19:36 +0000 (+0200) Subject: github: timeout jobs on macOS after 90 minutes X-Git-Tag: curl-7_78_0~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7d1273cf9f9bc6553b30de38ed010e6c1ca3d28;p=thirdparty%2Fcurl.git github: timeout jobs on macOS after 90 minutes Assisted-by: Marc Hoersken Closes #7173 --- 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: