From 157ed2540e53d65a36aa2aa4a3d0e13065b7e98a 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: [PATCH] ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f032d443b6cff..5f6fa9d92b483 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