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
@@ -57,10 +57,10 @@ matrix:
5757
5858 - name : " Python 3.7 on macOS"
5959 os : osx
60- # osx_image: xcode11
60+ osx_image : xcode11.2
6161 language : shell # 'language: python' is not yet supported on macOS
6262 env : NODE_GYP_FORCE_PYTHON=python3
63- before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
63+ before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade npm || true
6464 - name : " Node.js 12 & Python 3.7 on Windows"
6565 os : windows
6666 language : node_js
You can’t perform that action at this time.
0 commit comments