Skip to content

Commit

Permalink
Mention upcoming support for nested virt on M3 + macOS 15
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Jun 20, 2024
1 parent c79edf6 commit 0f8f0e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ I intend this action to be kept as simple as possible:

# ARM64 processors (M1, M2, M3 series) used on `macos-14` images are unsupported!

> [!WARNING]
> Apple is adding support for nested virtualization on M3 processors and beyond
> on macOS 15 (see [Apple Developer docs][apple-developer-docs-nested-virtualization]).
> This action will be updated to support it as soon as Github starts to update
> the runners accordingly.
[apple-developer-docs-nested-virtualization]: https://developer.apple.com/documentation/virtualization/vzgenericplatformconfiguration/4360553-isnestedvirtualizationsupported

Yes, exactly what you just read. These processors do not support nested
virtualization. This means Colima can't start the VM to run Docker.

Expand Down

0 comments on commit 0f8f0e9

Please sign in to comment.