Commit graph

4 commits

Author SHA1 Message Date
tellabg
81f8a3a2d3 .github/workflows: fix FreeBSD CI to use ubuntu-latest runner
vmactions/freebsd-vm uses QEMU to run FreeBSD in a VM, which requires
a standard GitHub-hosted runner with KVM support. The self-hosted-ghr
runner was failing with SSH exit code 255 because the VM couldn't boot.

Changes:
- Use ubuntu-latest instead of self-hosted-ghr
- Move pkg install to prepare: (runs before code sync)
- Add usesh: true for consistent shell behavior
- Print go version for debugging
2026-03-22 19:35:39 +01:00
Guillaume Ballet
d7716f8bf4
mess with the workflow 2026-03-18 12:22:37 +01:00
Guillaume Ballet
09f53df1c5
activate action 2026-03-18 12:19:41 +01:00
Guillaume Ballet
6965b6ba27
.github/workflows: add freebsd test github action 2026-03-18 12:12:22 +01:00