mirror of https://github.com/mpv-player/mpv
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
|
@ -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