mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Travis: Use macOS 10.14 with Xcode 11.2
Closes ticket 32241.
This commit is contained in:
parent
8682442c76
commit
14b197a148
@ -103,10 +103,11 @@ addons:
|
|||||||
- asciidoc
|
- asciidoc
|
||||||
- xmlto
|
- 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
|
## 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
|
## Default is Xcode 9.4 on macOS 10.13 as of October 2019
|
||||||
#osx_image: xcode9.4
|
## Recent is Xcode 11.2 on macOS 10.14 as of October 2019
|
||||||
|
osx_image: xcode11.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
## If we're on OSX, configure ccache (ccache is automatically installed and configured on Linux)
|
## If we're on OSX, configure ccache (ccache is automatically installed and configured on Linux)
|
||||||
|
2
changes/ticket32241
Normal file
2
changes/ticket32241
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
o Testing (continuous integration):
|
||||||
|
- In Travis, use Xcode 11.2 on macOS 10.14. Closes ticket 32241.
|
Loading…
Reference in New Issue
Block a user