xcode.pkr.hcl: increase disk size from 120 to 140 GB (#333)

This commit is contained in:
Nikolay Edigaryev 2026-03-15 18:08:44 +01:00 committed by GitHub
parent 494e62f0b8
commit f2e700cda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ variable "tag" {
variable "disk_size" { variable "disk_size" {
type = number type = number
default = 120 default = 140
} }
variable "disk_free_mb" { variable "disk_free_mb" {