From 38ed47b9daca64bfc1921ea59d64a52cb4ae9f23 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 5 Jul 2022 09:38:00 -0500 Subject: [PATCH] build: bump circleci macos version Got an email from Circle about removing the version we are currently using; bump to the latest stable version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f291febe..080f3fac0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -475,7 +475,7 @@ executors: go-macos: working_directory: ~/go/src/github.com/hashicorp/nomad macos: - xcode: 12.4.0 + xcode: 13.4.1 environment: <<: *common_envs GOPATH: /Users/distiller/go