Skip to content

Commit f942583

Browse files
authored
Merge pull request #76 from abraham/xcode
Update xcode
2 parents bbf495e + 96fb8e6 commit f942583

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)