mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
github/workflows: put a 20 minute timeout on the freebsd job
It bootloops quite often these days which is annoying and clogs up all the macos runners. https://github.com/vmactions/freebsd-vm/issues/74
This commit is contained in:
parent
500eb3940d
commit
227e1fef43
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -162,6 +162,7 @@ jobs:
|
||||
|
||||
freebsd:
|
||||
runs-on: macos-12 # until https://github.com/actions/runner/issues/385
|
||||
timeout-minutes: 20 # randomly bootloops https://github.com/vmactions/freebsd-vm/issues/74
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test in FreeBSD VM
|
||||
|
Loading…
Reference in New Issue
Block a user