Merge pull request #1641 from al-lac/macos-tahoe

Add macOS Tahoe
This commit is contained in:
Michael Boelen 2025-08-02 12:07:35 +00:00 committed by GitHub
commit 1d947b66c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,7 @@
13 | 13.[0-9]*) OS_FULLNAME="macOS Ventura (${OS_VERSION})" ;;
14 | 14.[0-9]*) OS_FULLNAME="macOS Sonoma (${OS_VERSION})" ;;
15 | 15.[0-9]*) OS_FULLNAME="macOS Sequoia (${OS_VERSION})" ;;
26 | 26.[0-9]*) OS_FULLNAME="macOS Tahoe (${OS_VERSION})" ;;
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
esac
else