Skip to content

Cross Platform Action 0.11.0

Compare
Choose a tag to compare
@jacob-carlborg jacob-carlborg released this 03 Apr 05:46
· 88 commits to master since this release

Added

  • Add support for selecting hypervisor (#50)
  • Add support for NetBSD on macOS runners (#28)
  • Support for configuring memory (#16)
  • Support for configuring CPU core count (#16)

Changed

  • Use output groups to hide all output except the run command
    (No output is removed, just hidden by default) (#49)
  • Remove support for IPv6 for NetBSD (#46)
  • Increased default memory to 13GB on macOS runner and to 6GB on Linux runners (#16)
  • Increased default CPU core count to 3 on macOS runner and to 2 on Linux runners (#16)
  • Changed from two CPU sockets to one CPU socket (#16)

Fixed

  • NetBSD - very slow network (#46)
  • Action doesn't terminate when command fails (#21)