[Midnightbsd-cvs] [MidnightBSD/src] 00ad76: ci: remove unsupported MidnightBSD VM build job

Lucas Holt noreply at github.com
Sun Apr 19 18:12:46 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 00ad76d67c8b952c50585d8f8f53f1b55660ca44
      https://github.com/MidnightBSD/src/commit/00ad76d67c8b952c50585d8f8f53f1b55660ca44
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-19 (Sun, 19 Apr 2026)

  Changed paths:
    M .github/workflows/cross-bootstrap-tools.yml

  Log Message:
  -----------
  ci: remove unsupported MidnightBSD VM build job

The previously added MidnightBSD native build job used cross-platform-actions/action with operating_system=midnightbsd.

That value is not accepted by the currently published action release, and the workflow fails immediately with:

  Unrecognized operating system: midnightbsd

The released action documentation and supported-platform table still list only freebsd, openbsd, netbsd, and haiku, so keeping the MidnightBSD job in-tree would leave CI permanently red.

Remove the unsupported job for now and restore the workflow name to match the remaining cross-build coverage. We can add a MidnightBSD native job back once the action publishes a release that actually recognizes MidnightBSD as a supported operating_system value.

AI-Assisted-by: GPT 5.4
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list