Skip to content

Commit

Permalink
github/workflows: use ubuntu-latest host for freebsd
Browse files Browse the repository at this point in the history
In the pursuit of stability.

It is slower and QEMU-based, but if this isn't stable, I don't know what
will be.

Bump the timeout to 30 minutes, just in case. It seems to take 12-15
minutes to finish.
  • Loading branch information
kasper93 authored and Dudemanguy committed Oct 25, 2023
1 parent 869faad commit 48ac521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48ac521

Please sign in to comment.