diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-05-07 09:09:51 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-05-07 18:34:24 +0300 |
commit | e839bf52997249bdbe1373d4df6a257c7f779a5f (patch) | |
tree | 7b13d6398e0981e7fe9be8bf831de37d23dac853 /circle.yml | |
parent | 9c1e414981616e4a65ed0c3b632019178fd2e95a (diff) | |
download | qtlocation-mapboxgl-e839bf52997249bdbe1373d4df6a257c7f779a5f.tar.gz |
[build] Bump macos-debug-qt5 xcode to 9.3.0
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 1aacf1a2a6..d2232e9106 100644 --- a/circle.yml +++ b/circle.yml @@ -866,7 +866,7 @@ jobs: # ------------------------------------------------------------------------------ macos-debug-qt5: macos: - xcode: "9.2.0" + xcode: "9.3.0" environment: BUILDTYPE: Debug HOMEBREW_NO_AUTO_UPDATE: 1 |