mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 16:43:28 +00:00
github/workflows: use ubuntu-latest host for freebsd
In the pursuit of stability. It is slower and QEMU-based, but if this isn't stable, I don't know what will be. Bump the timeout to 30 minutes, just in case. It seems to take 12-15 minutes to finish.
This commit is contained in:
parent
869faadc68
commit
48ac5215cf
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -171,8 +171,8 @@ jobs:
|
||||
cat ./build/meson-logs/testlog.txt
|
||||
|
||||
freebsd:
|
||||
runs-on: macos-13 # until https://github.com/actions/runner/issues/385
|
||||
timeout-minutes: 20 # avoid any weirdness with the VM
|
||||
runs-on: ubuntu-latest # until https://github.com/actions/runner/issues/385
|
||||
timeout-minutes: 30 # avoid any weirdness with the VM
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test in FreeBSD VM
|
||||
|
Loading…
Reference in New Issue
Block a user