mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
👷🏻♂️ Use xcode11.2 image on travis
This commit is contained in:
parent
41ca36e2eb
commit
7bd17514c7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
# .travis.yml
|
||||
# mas-cli
|
||||
#
|
||||
# https://travis-ci.org/mas-cli/mas
|
||||
# https://travis-ci.com/mas-cli/mas
|
||||
# https://docs.travis-ci.com/user/reference/osx/
|
||||
# https://docs.travis-ci.com/user/languages/objective-c/
|
||||
#
|
||||
|
||||
os: osx
|
||||
osx_image: xcode10.1 # macOS 10.13
|
||||
osx_image: xcode11.2 # macOS 10.14
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue