parent
19ccfde91c
commit
fb83953b1b
|
|
@ -11,7 +11,7 @@ env:
|
|||
|
||||
task:
|
||||
name: "Update Vanilla Images"
|
||||
only_if: false
|
||||
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH && changesInclude("templates/vanilla-sonoma.pkr.hcl")
|
||||
timeout_in: 3h
|
||||
update_script: brew update && brew upgrade
|
||||
info_script:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ packer {
|
|||
}
|
||||
|
||||
source "tart-cli" "tart" {
|
||||
from_ipsw = "https://updates.cdn-apple.com/2023FallFCS/fullrestores/042-86430/DBE44960-58A6-4715-948B-D64F33F769BD/UniversalMac_14.1_23B74_Restore.ipsw"
|
||||
from_ipsw = "https://updates.cdn-apple.com/2024WinterFCS/fullrestores/042-78241/B45074EB-2891-4C05-BCA4-7463F3AC0982/UniversalMac_14.3_23D56_Restore.ipsw"
|
||||
vm_name = "sonoma-vanilla"
|
||||
cpu_count = 4
|
||||
memory_gb = 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue