From 17dc1dab059648a444532546e80d0ab5edc52c3b Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 16 Sep 2025 07:26:04 -0400 Subject: [PATCH] Bumped all vanillas (#279) --- templates/vanilla-sequoia.pkr.hcl | 1 + templates/vanilla-sonoma.pkr.hcl | 1 + templates/vanilla-tahoe.pkr.hcl | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/vanilla-sequoia.pkr.hcl b/templates/vanilla-sequoia.pkr.hcl index e784993..a18e4de 100644 --- a/templates/vanilla-sequoia.pkr.hcl +++ b/templates/vanilla-sequoia.pkr.hcl @@ -12,6 +12,7 @@ packer { } source "tart-cli" "tart" { + // will be update to 15.7 from_ipsw = "https://updates.cdn-apple.com/2025SummerFCS/fullrestores/093-10809/CFD6DD38-DAF0-40DA-854F-31AAD1294C6F/UniversalMac_15.6.1_24G90_Restore.ipsw" vm_name = "sequoia-vanilla" cpu_count = 4 diff --git a/templates/vanilla-sonoma.pkr.hcl b/templates/vanilla-sonoma.pkr.hcl index 83ca594..19d3b92 100644 --- a/templates/vanilla-sonoma.pkr.hcl +++ b/templates/vanilla-sonoma.pkr.hcl @@ -12,6 +12,7 @@ packer { } source "tart-cli" "tart" { + // will be update to 14.8 from_ipsw = "https://updates.cdn-apple.com/2024SummerFCS/fullrestores/062-52859/932E0A8F-6644-4759-82DA-F8FA8DEA806A/UniversalMac_14.6.1_23G93_Restore.ipsw" vm_name = "sonoma-vanilla" cpu_count = 4 diff --git a/templates/vanilla-tahoe.pkr.hcl b/templates/vanilla-tahoe.pkr.hcl index 9f7ac77..13f2f33 100644 --- a/templates/vanilla-tahoe.pkr.hcl +++ b/templates/vanilla-tahoe.pkr.hcl @@ -12,7 +12,7 @@ packer { } source "tart-cli" "tart" { - from_ipsw = "https://updates.cdn-apple.com/2025FallFCS/fullrestores/093-37294/119120C1-6306-4287-AC2B-0AF964CD0B3C/UniversalMac_26.0_25A353_Restore.ipsw" + from_ipsw = "https://updates.cdn-apple.com/2025FallFCS/fullrestores/093-37622/CE01FAB2-7F26-48EE-AEE4-5E57A7F6D8BB/UniversalMac_26.0_25A354_Restore.ipsw" vm_name = "tahoe-vanilla" cpu_count = 4 memory_gb = 8