Skip to content

Commit

Permalink
Updating the XCode version that we use for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtweedy committed Dec 17, 2018
1 parent 8c15587 commit 5e41812
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

test_iOS:
macos:
xcode: "9.3.0"
xcode: "10.1.0"

steps:
- checkout
Expand All @@ -32,7 +32,7 @@ jobs:

test_tvOS:
macos:
xcode: "9.3.0"
xcode: "10.1.0"

steps:
- checkout
Expand All @@ -45,7 +45,7 @@ jobs:

test_macOS:
macos:
xcode: "9.3.0"
xcode: "10.1.0"

steps:
- checkout
Expand All @@ -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"
Expand Down

0 comments on commit 5e41812

Please sign in to comment.