summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f6fa9d92b..ddbfd90b77 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -171,8 +171,8 @@ jobs:
cat ./build/meson-logs/testlog.txt
freebsd:
- runs-on: macos-13 # until https://github.com/actions/runner/issues/385
- timeout-minutes: 20 # avoid any weirdness with the VM
+ runs-on: ubuntu-latest # until https://github.com/actions/runner/issues/385
+ timeout-minutes: 30 # avoid any weirdness with the VM
steps:
- uses: actions/checkout@v3
- name: Test in FreeBSD VM