diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f6fa9d92b483..8be59040912d0 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-13 # until https://github.com/actions/runner/issues/385 + runs-on: macos-13-xlarge # until https://github.com/actions/runner/issues/385 timeout-minutes: 20 # avoid any weirdness with the VM steps: - uses: actions/checkout@v3