From 5e41812c6e2c50275c6967ff1c231aa38935510b Mon Sep 17 00:00:00 2001 From: Craig Tweedy Date: Mon, 17 Dec 2018 10:58:57 +0000 Subject: [PATCH] Updating the XCode version that we use for circleci --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9295cd..e340d7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: test_iOS: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - checkout @@ -32,7 +32,7 @@ jobs: test_tvOS: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - checkout @@ -45,7 +45,7 @@ jobs: test_macOS: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - checkout @@ -58,28 +58,28 @@ jobs: update_documentation: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - run: echo "hello" update_cocoapods: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - run: echo "hello" tag: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - run: echo "hello" push: macos: - xcode: "9.3.0" + xcode: "10.1.0" steps: - run: echo "hello"