Skip to content

Commit

Permalink
Fix #50: Add support for selecting hypervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 30, 2023
1 parent 892d929 commit 6329d1a
Show file tree
Hide file tree
Showing 22 changed files with 567 additions and 73 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ inputs:
cpu_count:
required: false
description: The number of CPU cores for the virtual machine
hypervisor:
required: false
description: The hypervisor to use when starting the virtual machine

runs:
using: node16
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Add support for selecting hypervisor ([#50](https://github.com/cross-platform-actions/action/issues/50))
- Add support for NetBSD on macOS runners ([#28](https://github.com/cross-platform-actions/action/issues/28))
- Support for configuring memory ([#16](https://github.com/cross-platform-actions/action/issues/16))
- Support for configuring CPU core count ([#16](https://github.com/cross-platform-actions/action/issues/17))
Expand Down
Loading

0 comments on commit 6329d1a

Please sign in to comment.