mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
github/workflows: use macos-13 host for freebsd
Maybe macos-13 runners will be more stable?
This commit is contained in:
parent
60e9ac6b5d
commit
36403e5fd3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -171,7 +171,7 @@ jobs:
|
||||
cat ./build/meson-logs/testlog.txt
|
||||
|
||||
freebsd:
|
||||
runs-on: macos-12 # until https://github.com/actions/runner/issues/385
|
||||
runs-on: macos-13 # until https://github.com/actions/runner/issues/385
|
||||
timeout-minutes: 20 # avoid any weirdness with the VM
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user