Add a timeout to CI runs (#150)

This commit is contained in:
vocksel 2024-02-03 11:41:46 -08:00 committed by GitHub
parent 3c68d8e314
commit fe4ba1db02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ jobs:
- name: macOS x86_64
runner-os: macos-latest
cargo-target: x86_64-apple-darwin
timeout-minutes: 10
name: CI - ${{ matrix.name }}
runs-on: ${{ matrix.runner-os }}
steps: