I’ve created a GitHub Action for running commands on multiple platforms. This includes platforms that GitHub Actions don’t natively support. It currently supports FreeBSD, OpenBSD and NetBSD. OpenBSD can run on x86-64 and ARM64, the other operating systems run on x86-64. Some of the features that are supported include: * Multiple operating system with one single action * Multiple versions […]