macOS 13.4 as base

Related to #84
This commit is contained in:
fedor 2023-06-12 10:27:02 -04:00
parent 42b40752b5
commit 7e5b78ae4c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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