Drop macOS High Sierra support

High Sierra doesn't support VirtIO Disk devices so dropping support from Quickemu.
This commit is contained in:
Martin Wimpress 2021-09-28 02:11:06 +01:00
parent ab7f78a90c
commit bf461eb966
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 5 additions and 13 deletions

View file

@ -13,8 +13,7 @@ function os_support() {
}
function releases_macos() {
echo high-sierra \
mojave \
echo mojave \
catalina \
big-sur
}