mirror of
https://github.com/lune-org/lune.git
synced 2025-01-06 11:29:11 +00:00
Add a timeout to CI runs (#150)
This commit is contained in:
parent
3c68d8e314
commit
fe4ba1db02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: macOS x86_64
|
- name: macOS x86_64
|
||||||
runner-os: macos-latest
|
runner-os: macos-latest
|
||||||
cargo-target: x86_64-apple-darwin
|
cargo-target: x86_64-apple-darwin
|
||||||
|
timeout-minutes: 10
|
||||||
name: CI - ${{ matrix.name }}
|
name: CI - ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.runner-os }}
|
runs-on: ${{ matrix.runner-os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue