aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-23 22:41:17 +1000
committerteor <teor@torproject.org>2019-10-24 11:44:43 +1000
commit14b197a148dbafd197141799d9d611244418aa5e (patch)
tree97f2841570e6ece9fba625bf1fdd5420a3e7bc61
parent8682442c7629c2ede5198a00ab1cf8f4e21991d6 (diff)
downloadtor-14b197a148dbafd197141799d9d611244418aa5e.tar.gz
tor-14b197a148dbafd197141799d9d611244418aa5e.zip
Travis: Use macOS 10.14 with Xcode 11.2
Closes ticket 32241.
-rw-r--r--.travis.yml7
-rw-r--r--changes/ticket322412
2 files changed, 6 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d429e15371..59f9ae74ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,10 +103,11 @@ addons:
- asciidoc
- xmlto
-## (OSX only) Use the default OSX image
+## (OSX only) Use a recent macOS image
## See https://docs.travis-ci.com/user/reference/osx#os-x-version
-## Default is Xcode 9.4 on macOS 10.13 as of August 2018
-#osx_image: xcode9.4
+## Default is Xcode 9.4 on macOS 10.13 as of October 2019
+## Recent is Xcode 11.2 on macOS 10.14 as of October 2019
+osx_image: xcode11.2
install:
## If we're on OSX, configure ccache (ccache is automatically installed and configured on Linux)
diff --git a/changes/ticket32241 b/changes/ticket32241
new file mode 100644
index 0000000000..4243cec175
--- /dev/null
+++ b/changes/ticket32241
@@ -0,0 +1,2 @@
+ o Testing (continuous integration):
+ - In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.