You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 fixescrc-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
#
Copy file name to clipboardexpand all lines: doc/quickstart.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
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.
6
6
You start a virtual machine by running vfkit with a set of arguments describing the virtual machine configuration/hardware.
7
7
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).
9
10
File sharing is only available on macOS 12 or newer.
10
11
UEFI boot and graphical user interface support are only available on macOS 13 or newer.
0 commit comments