From 04eaf0415ffc539b2bbf71e3150d2ca3385465e5 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Wed, 21 Jun 2023 17:56:27 -0400 Subject: [PATCH] Update vanilla-sonoma --- templates/vanilla-sonoma.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vanilla-sonoma.pkr.hcl b/templates/vanilla-sonoma.pkr.hcl index 9a48c92..d7d3894 100644 --- a/templates/vanilla-sonoma.pkr.hcl +++ b/templates/vanilla-sonoma.pkr.hcl @@ -11,9 +11,9 @@ source "tart-cli" "tart" { # Currently macOS 14 (Sonoma) can only be obtained via the following links: # unauthenticated[1] and authenticated[2]. # - # [1]: https://updates.cdn-apple.com/2023SummerSeed/fullrestores/032-94355/CBE8CBE1-750D-487E-A393-B90FEF60CEBA/UniversalMac_14.0_23A5257q_Restore.ipsw + # [1]: https://updates.cdn-apple.com/2023SummerSeed/fullrestores/032-95861/67600C59-8516-4A46-B9D7-4007D395CEF5/UniversalMac_14.0_23A5276g_Restore.ipsw # [2]: https://download.developer.apple.com/WWDC_2023/macOS_14_Beta_Restore_Images/UniversalMac_14.0_23A5257q_Restore.ipsw - from_ipsw = "https://updates.cdn-apple.com/2023SummerSeed/fullrestores/032-94355/CBE8CBE1-750D-487E-A393-B90FEF60CEBA/UniversalMac_14.0_23A5257q_Restore.ipsw" + from_ipsw = "https://updates.cdn-apple.com/2023SummerSeed/fullrestores/032-95861/67600C59-8516-4A46-B9D7-4007D395CEF5/UniversalMac_14.0_23A5276g_Restore.ipsw" vm_name = "sonoma-vanilla" cpu_count = 4 memory_gb = 8