From 970f794b462039a00b0f60023844837707b85ac4 Mon Sep 17 00:00:00 2001 From: Paulo Lieuthier Date: Wed, 13 Sep 2023 18:25:45 -0300 Subject: [PATCH] pkr: update xcode to 14.0.1 --- pkr/runner.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkr/runner.pkr.hcl b/pkr/runner.pkr.hcl index 02ba728..67a9f01 100644 --- a/pkr/runner.pkr.hcl +++ b/pkr/runner.pkr.hcl @@ -10,7 +10,7 @@ variable "brew-version" { variable "xcode-version" { type = string - default = "13.4.1" + default = "14.0.1" } source "vagrant" "runner" {