diff options
author | Jason Wray <jason@mapbox.com> | 2018-09-25 18:14:50 -0700 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-09-26 07:56:59 -0700 |
commit | e6111a888e780789830daeae6634b90624fdb1e5 (patch) | |
tree | 819614e3e907f3259d9bc8248228e801615a5c9d | |
parent | bbadc150b76b5939c0082f20a5a86d977c7c5346 (diff) | |
download | qtlocation-mapboxgl-e6111a888e780789830daeae6634b90624fdb1e5.tar.gz |
[ios, build] Build releases with Xcode 10.0
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 27568b9de4..30634619ba 100644 --- a/circle.yml +++ b/circle.yml @@ -1066,7 +1066,7 @@ jobs: # ------------------------------------------------------------------------------ ios-release: macos: - xcode: "9.4.1" + xcode: "10.0.0" environment: BUILDTYPE: Release HOMEBREW_NO_AUTO_UPDATE: 1 @@ -1106,7 +1106,7 @@ jobs: # ------------------------------------------------------------------------------ ios-release-tag: macos: - xcode: "9.4.1" + xcode: "10.0.0" environment: BUILDTYPE: Release HOMEBREW_NO_AUTO_UPDATE: 1 |