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 8
8
python : 2.7
9
9
- name : " Python 2.7 on macOS"
10
10
os : osx
11
- osx_image : xcode11
11
+ osx_image : xcode11.2
12
12
language : shell # 'language: python' is not yet supported on macOS
13
13
env : NODE_GYP_FORCE_PYTHON=python2
14
14
before_install : HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
@@ -57,10 +57,10 @@ matrix:
57
57
58
58
- name : " Python 3.7 on macOS"
59
59
os : osx
60
- # osx_image: xcode11
60
+ osx_image : xcode11.2
61
61
language : shell # 'language: python' is not yet supported on macOS
62
62
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
64
64
- name : " Node.js 12 & Python 3.7 on Windows"
65
65
os : windows
66
66
language : node_js
You can’t perform that action at this time.
0 commit comments