]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: Use macOS 10.14 with Xcode 11.2
authorteor <teor@torproject.org>
Wed, 23 Oct 2019 12:41:17 +0000 (22:41 +1000)
committerteor <teor@torproject.org>
Thu, 24 Oct 2019 01:44:43 +0000 (11:44 +1000)
Closes ticket 32241.

.travis.yml
changes/ticket32241 [new file with mode: 0644]

index d429e153715c9bde884599c3458f441b4d0992a6..59f9ae74ceb3cb9e4f72b17a707b9b4ee4151f46 100644 (file)
@@ -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 (file)
index 0000000..4243cec
--- /dev/null
@@ -0,0 +1,2 @@
+  o Testing (continuous integration):
+    - In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.