summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-24 19:26:13 +0200
committerJan Ekström <jeebjp@gmail.com>2023-10-24 20:50:55 +0300
commit36403e5fd388f1421190ffe66da1eedfae5892ff (patch)
treed492871f0e228b7036d0e0c59e9fab49b862d5aa /.github
parent60e9ac6b5df2399815679695ac18e813bd067677 (diff)
downloadmpv-36403e5fd388f1421190ffe66da1eedfae5892ff.tar.bz2
mpv-36403e5fd388f1421190ffe66da1eedfae5892ff.tar.xz
github/workflows: use macos-13 host for freebsd
Maybe macos-13 runners will be more stable?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f032d443b6..5f6fa9d92b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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