Skip to content

Commit

Permalink
use latest xcode image (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Apr 18, 2019
1 parent b8e8c42 commit b0cd520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
prep-deps:
<<: *defaults
macos:
xcode: 10.1.0
xcode: 10.2.0
steps:
- checkout
- restore_cache: *restore-cache
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test-e2e-ios:
<<: *defaults
macos:
xcode: 10.1.0
xcode: 10.2.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
command: npm run build:announce
publish-pre-release-ios:
macos:
xcode: 10.1.0
xcode: 10.2.0
working_directory: ~/MetaMask
environment:
FL_OUTPUT_DIR: output
Expand Down

0 comments on commit b0cd520

Please sign in to comment.