From ef3a8338a07febf0a56421d8536c18917ef0b1f5 Mon Sep 17 00:00:00 2001 From: al-lac Date: Fri, 27 Jan 2023 15:12:17 +0100 Subject: [PATCH] osdetection: add macOS Ventura --- include/osdetection | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osdetection b/include/osdetection index 989b1b38..bed25033 100644 --- a/include/osdetection +++ b/include/osdetection @@ -64,6 +64,7 @@ 10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;; 11 | 11.[0-9]*) OS_FULLNAME="macOS Big Sur (${OS_VERSION})" ;; 12 | 12.[0-9]*) OS_FULLNAME="macOS Monterey (${OS_VERSION})" ;; + 13 | 13.[0-9]*) OS_FULLNAME="macOS Ventura (${OS_VERSION})" ;; *) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;; esac else