Skip to content

Commit

Permalink
set xcode version to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 4, 2020
1 parent 8528290 commit 5deaffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

run-cli-tests:
macos:
xcode: "11.3.1"
xcode: "11.1.0"
working_directory: /tmp/workspace

steps:
Expand All @@ -29,7 +29,7 @@ jobs:

build-ios:
macos:
xcode: "10.0"
xcode: "11.1.0"
working_directory: /tmp/workspace

steps:
Expand Down

0 comments on commit 5deaffd

Please sign in to comment.