Skip to content

Commit

Permalink
ci: Upgrade to Xcode 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed May 28, 2020
1 parent 1eeeb9c commit 702e0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -79,7 +79,7 @@ references:
set_ruby_version: &set_ruby_version
run:
name: Set Ruby Version
command: echo "ruby-2.5.3" > ~/.ruby-version
command: echo "ruby-2.5.6" > ~/.ruby-version

gems_cache_key_android: &gems_cache_key_android android-bundle-v1-{{ checksum "../Gemfile.lock" }}-{{ arch }}

Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:

build_ios:
macos:
xcode: '10.1.0'
xcode: 11.1.0
resource_class: medium
working_directory: ~/project
parameters:
Expand Down

0 comments on commit 702e0b7

Please sign in to comment.