From 7e5b78ae4c17b6b1ad1df2a5c0d56d83992ebdb0 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 12 Jun 2023 10:27:02 -0400 Subject: [PATCH] macOS 13.4 as base Related to #84 --- templates/base.pkr.hcl | 2 +- templates/vanilla-ventura.pkr.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 96b057c..9a12214 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -16,7 +16,7 @@ variable "gha_version" { } source "tart-cli" "tart" { - vm_base_name = "ghcr.io/cirruslabs/macos-${var.macos_version}-vanilla:13.3.1" + vm_base_name = "ghcr.io/cirruslabs/macos-${var.macos_version}-vanilla:13.4" vm_name = "${var.macos_version}-base" cpu_count = 4 memory_gb = 8 diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index 632aad7..8e6df06 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -10,7 +10,7 @@ packer { source "tart-cli" "tart" { # You can find macOS IPSW URLs on various websites like https://ipsw.me/ # and https://www.theiphonewiki.com/wiki/Beta_Firmware/Mac/13.x - from_ipsw = "https://updates.cdn-apple.com/2023WinterFCS/fullrestores/032-66602/418BC37A-FCD9-400A-B4FA-022A19576CD4/UniversalMac_13.3.1_22E261_Restore.ipsw" + from_ipsw = "https://updates.cdn-apple.com/2023SpringFCS/fullrestores/032-84884/F97A22EE-9B5E-4FD5-94C1-B39DCEE8D80F/UniversalMac_13.4_22F66_Restore.ipsw" vm_name = "ventura-vanilla" cpu_count = 4 memory_gb = 8