mirror of
https://github.com/moparisthebest/curl
synced 2025-01-12 06:28:04 -05:00
github: timeout jobs on macOS after 90 minutes
Assisted-by: Marc Hoersken Closes #7173
This commit is contained in:
parent
8ccf75532b
commit
f7d1273cf9
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
autotools:
|
autotools:
|
||||||
name: macos ${{ matrix.build.name }}
|
name: macos ${{ matrix.build.name }}
|
||||||
runs-on: 'macos-latest'
|
runs-on: 'macos-latest'
|
||||||
|
timeout-minutes: 90
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user