summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-05-13 16:10:44 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2019-05-28 09:44:25 -0700
commitad744d6e655211802b84703119415e8bf2928cbf (patch)
tree770ea60d7d026a2111d0bb1572d209b2e4e0f80b
parent81667ae4e922aed3581649d227815bb71bb39347 (diff)
downloadqtlocation-mapboxgl-ad744d6e655211802b84703119415e8bf2928cbf.tar.gz
[build, node] Bump macos CI job to Node 8 & Xcode 10.2.1
-rw-r--r--circle.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 26125b5c76..0be9f3291f 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:
@@ -747,7 +747,7 @@ jobs:
# ------------------------------------------------------------------------------
node-macos-release:
macos:
- xcode: "10.2.0"
+ xcode: "10.2.1"
environment:
BUILDTYPE: RelWithDebInfo
HOMEBREW_NO_AUTO_UPDATE: 1