From 36403e5fd388f1421190ffe66da1eedfae5892ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 24 Oct 2023 19:26:13 +0200 Subject: github/workflows: use macos-13 host for freebsd Maybe macos-13 runners will be more stable? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3