Skip to content

Commit

Permalink
proper OS matching
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Dec 11, 2024
1 parent fcb2822 commit 40dbdea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/bootstrap-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ case "${DETECT_MAC_OS_VERSION}" in
"12.*")
MAC_OS_NAME="Monterey"
;;
"13.*")
"13.0"|"13.1"|"13.2"|"13.3"|"13.4"|"13.5"|"13.6"|"13.7")
MAC_OS_NAME="Ventura"
;;
"14.*")
"14.0"|"14.1"|"14.2"|"14.3"|"14.4"|"14.5"|"14.6"|"14.7")
MAC_OS_NAME="Sonoma"
;;
"15.*")
"15.0"|"15.1"|"15.2"|"15.3"|"15.4"|"15.5"|"15.6"|"15.7")
MAC_OS_NAME="Sequoia"
;;
*)
Expand Down

0 comments on commit 40dbdea

Please sign in to comment.