Merge pull request #649 from nobounce/workflow-timeout

Set FreeBSD workflow timeout
This commit is contained in:
Jakob P. Liljenberg 2023-10-21 02:09:55 +02:00 committed by GitHub
commit 9edbf27f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ on:
jobs:
build-freebsd:
runs-on: macos-12
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
with: