summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-05-13 16:10:44 -0700
committerJason Wray <jason@mapbox.com>2019-05-13 16:10:44 -0700
commitfaf8ed44819293de08a423574d4345f27e0d163e (patch)
tree764ee478d118db732dd7ff84707dce7f18faf55a
parentcd24f4c45f6b38e7f3dc73cf0afda9b86b3d85d4 (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-bumps-node-macos-to-8-and-10.2.1.tar.gz
[build, node] Bump macos CI job to Node 8 & Xcode 10.2.1upstream/friedbunny-bumps-node-macos-to-8-and-10.2.1
-rw-r--r--circle.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index c99d5c3e80..1ff8d7355a 100644
--- a/circle.yml
+++ b/circle.yml
@@ -337,8 +337,8 @@ commands:
- run:
name: Install Node macOS dependencies
command: |
- brew install node@6
- brew link node@6 --force --overwrite
+ brew install node@8
+ brew link node@8 --force --overwrite
install-qt-macos-dependencies:
steps:
@@ -750,7 +750,7 @@ jobs:
# ------------------------------------------------------------------------------
node-macos-release:
macos:
- xcode: "10.2.0"
+ xcode: "10.2.1"
environment:
BUILDTYPE: RelWithDebInfo
HOMEBREW_NO_AUTO_UPDATE: 1