Skip to content

Commit 17c814f

Browse files
authored
Merge pull request #58 from abraham/update-xcode
Update xcode
2 parents 7ade672 + 6af2646 commit 17c814f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ version: 2
22
jobs:
33
build:
44
macos:
5-
xcode: "9.1.0"
5+
xcode: "11.3.1"
66
steps:
77
- checkout
8-
- run: brew upgrade npm
9-
- run: brew install caskroom/cask/firefox caskroom/cask/google-chrome
8+
- run: brew cask install firefox google-chrome
109
- run: node --version
1110
- run: npm --version
1211
- restore_cache:

0 commit comments

Comments
 (0)