mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Update tests to use macOS 10.14 instead of 10.13.
This commit is contained in:
parent
fe4c606aef
commit
7526535c80
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue