File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 python : 2.7
99 - name : " Python 2.7 on macOS"
1010 os : osx
11- osx_image : xcode11
11+ osx_image : xcode11.2
1212 language : shell # 'language: python' is not yet supported on macOS
1313 env : NODE_GYP_FORCE_PYTHON=python2
1414 before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
@@ -55,10 +55,10 @@ matrix:
5555 before_install : nvm install 12
5656 - name : " Python 3.7 on macOS"
5757 os : osx
58- # osx_image: xcode11
58+ osx_image : xcode11.2
5959 language : shell # 'language: python' is not yet supported on macOS
6060 env : NODE_GYP_FORCE_PYTHON=python3
61- before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
61+ before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade npm || true
6262 - name : " Node.js 12 & Python 3.7 on Windows"
6363 os : windows
6464 language : node_js
You can’t perform that action at this time.
0 commit comments