Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Udpates circle ci pipeline to 10.2.0 (10.2.1 not yet supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogerio de Paula Assis committed Apr 30, 2019
1 parent ad92e44 commit 6ad513f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
BUNDLE_PATH: vendor/bundle
FL_OUTPUT_DIR: output
macos:
xcode: "10.2.1"
xcode: "10.2.0"
working_directory: ~/VimeoNetworking
shell: /bin/bash --login -o pipefail

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default_platform :ios

platform :ios do
before_all do
ensure_xcode_version(version: "10.2.1")
ensure_xcode_version(version: "10.2.0")
end

desc "buid the example project"
Expand Down

0 comments on commit 6ad513f

Please sign in to comment.