go-ethereum/.github/workflows
Guillaume Ballet ab93d63512
.github/workflows: fix FreeBSD CI to use ubuntu-latest runner (#34071)
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

Co-authored-by: tellabg <249254436+tellabg@users.noreply.github.com>
2026-03-22 22:36:42 +01:00
..
freebsd.yml .github/workflows: fix FreeBSD CI to use ubuntu-latest runner (#34071) 2026-03-22 22:36:42 +01:00
go.yml .github: fix actions 32bit test (#33866) 2026-02-18 18:28:53 +01:00
validate_pr.yml .github/workflows: preventively close PRs that seem AI-generated (#33414) 2025-12-30 14:43:45 +01:00