From 2338180778caf39b21eb00e8aec99b16d4de0713 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.3.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..8ff709e 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.3.1" } source "vagrant" "runner" {