summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-24 19:58:37 +0200
committerDudemanguy <random342@airmail.cc>2023-10-25 13:51:20 +0000
commit48ac5215cf97953ae9dc9c5c5a3e0a33d29f004e (patch)
tree6406d159b83591a18cce6a9904118945bce49ea5 /.github
parent869faadc68b0dedce25527f096b3e370785ce0f3 (diff)
downloadmpv-48ac5215cf97953ae9dc9c5c5a3e0a33d29f004e.tar.bz2
mpv-48ac5215cf97953ae9dc9c5c5a3e0a33d29f004e.tar.xz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f6fa9d92b..ddbfd90b77 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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