Update tests to use macOS 10.14 instead of 10.13.

This commit is contained in:
Jeff Geerling 2020-03-28 23:00:55 -05:00
parent fe4c606aef
commit 7526535c80

View file

@ -1,8 +1,8 @@
---
sudo: required
language: objective-c
# 10.13 (see https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version)
osx_image: xcode9.3
# 10.14 (see https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version)
osx_image: xcode11.3
before_install:
# Uninstall existing Homebrew installation.