Updated to macOS Tahoe

Necessary to leverage the latest operating system version.

Milestone: major
This commit is contained in:
Brooke Kuhlmann
2025-09-16 20:05:34 -06:00
parent 8bafdda425
commit 76fd15a82f
2 changed files with 13 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ set -o errexit
set -o pipefail
IFS=$'\n\t'
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Sequoia.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_CREATOR="/Applications/Install macOS Tahoe.app/Contents/Resources/createinstallmedia"
export MAC_OS_BOOT_DISK_PATH="/Volumes/Untitled"
export MAC_OS_WORK_PATH=/tmp/downloads
export MAC_OS_CONFIG_PATH="../mac_os-config"