Skip to content

Commit

Permalink
Update to Xcode 9.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet committed Feb 2, 2018
1 parent 57239ff commit 29df6ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 2
jobs:
build-and-test:
macos:
xcode: "8.3.3"
xcode: "9.2.0"

environment:
- XCODE_SIMULATOR_NAME: "iPhone 7"
- XCODE_SIMULATOR_OS: "10.2"
- XCODE_SIMULATOR_NAME: "iPhone 8"
- XCODE_SIMULATOR_OS: "11.2"

steps:
- checkout
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

lint-podspec:
macos:
xcode: "8.3.3"
xcode: "9.2.0"

steps:
- checkout
Expand Down

0 comments on commit 29df6ea

Please sign in to comment.