Skip to content

Commit 1801a81

Browse files
committed
doc: Set minimum supported version to macOS 12
macOS 11 github runners are no longer available so we no longer build and test vfkit on this platform. macOS 11 has been out of support for a year now. This commit changes the minimum supported version to macOS 12. A mention of macOS 11 is kept, we'll remove it when we'll know for sure vfkit is broken on this platform This fixes crc-org#125 Signed-off-by: Christophe Fergeau <[email protected]> # Veuillez saisir le message de validation pour vos modifications. Les lignes # commençant par '#' seront ignorées, et un message vide abandonne la validation. # # Date : Mon Sep 30 16:51:00 2024 +0200 # # Sur la branche docs # Votre branche est à jour avec 'teuf/docs'. # # Modifications qui seront validées : # modifié : doc/quickstart.md # # Fichiers non suivis: # .goreleaser.yaml # 0001-Add-script-to-start-EFI-image.patch # 0002-misc-improvements-to-scripts.patch # 0003-setRawMode-work.patch # 0004-test-with-qemu.patch # 0005-debug-hacks.patch # cmd/vfkit/main.go.orig # cmdline.test # diff # go.mod.orig # go.mod.rej # gosec.patch # hacks.diff # lint.patch # patch # pkg/config/json.go~ # pkg/ignition/ # pkg/vf/virtionet.go.orig # pkg/vf/virtionet.go.rej # rest.md # run-sample-vm.sh # start-vm.sh # stdout/ # unixsocket.patch # vfkit # vfkit-amd64 # vfkit-arm64 # vfkit-macos12 #
1 parent c005665 commit 1801a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/quickstart.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
vfkit is a macOS command-line-based hypervisor, which uses [Apple's Virtualization Framework](https://developer.apple.com/documentation/virtualization?language=objc) to run virtual machines.
66
You start a virtual machine by running vfkit with a set of arguments describing the virtual machine configuration/hardware.
77
When vfkit stops, the virtual machine stops running.
8-
It requires macOS 11 or newer, and runs on both Intel and Apple silicon Macs.
8+
It requires macOS 12 or newer, and runs on both Intel and Apple silicon Macs.
9+
It may build and run on macOS 11, but this platform is no longer tested as it's [out of support](https://endoflife.date/macos).
910
File sharing is only available on macOS 12 or newer.
1011
UEFI boot and graphical user interface support are only available on macOS 13 or newer.
1112

0 commit comments

Comments
 (0)