From b6d08ccc573e7d3d7b63053d1ed9f570f220e07a Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Fri, 29 Jun 2018 11:57:46 -0400 Subject: [PATCH] Latest XCode version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ec1d87cb..c26fb53ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: macos: - xcode: "8.3.3" + xcode: "9.4.0" steps: - checkout - run: brew update