github/workflows: use macos-13 host for freebsd

Maybe macos-13 runners will be more stable?
This commit is contained in:
Kacper Michajłow 2023-10-24 19:26:13 +02:00 committed by Jan Ekström
parent 60e9ac6b5d
commit 36403e5fd3
1 changed files with 1 additions and 1 deletions

View File

@ -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