Github: Set a timeout of 15 minutes for CI

7 mins is the highest I've seen naturally. Much longer indicates something is stuck.
This commit is contained in:
Ben Olden-Cooligan 2024-03-31 23:51:10 -07:00
parent 04f087b504
commit 8f9cbfc14e

View File

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-14]