Add initial support for macOS Monterey

This commit is contained in:
Martin Wimpress 2021-10-27 11:56:56 +01:00
parent 3459aa8325
commit 1421492f87
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 7 additions and 3 deletions

View file

@ -180,7 +180,8 @@ function releases_macos() {
echo high-sierra \
mojave \
catalina \
big-sur
big-sur \
monterey
}
function releases_popos() {
@ -760,6 +761,9 @@ function get_macos() {
big-sur)
BOARD_ID="Mac-E43C1C25D4880AD6"
MLB="00000000000000000";;
monterey)
BOARD_ID="Mac-06F11F11946D27C5"
MLB="00000000000000000";;
*) echo "ERROR! Unknown release: ${RELEASE}"
releases_macos
exit 1;;