mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-05-19 16:20:15 +00:00
Use Xcode 11 image for Travis CI
This commit is contained in:
+3
-3
@@ -6,17 +6,17 @@ git:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode11
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight"
|
- SCHEME="Moonlight"
|
||||||
- TARGET="platform=iOS Simulator,OS=12.1,name=iPhone SE"
|
- TARGET="platform=iOS Simulator,OS=12.1,name=iPhone SE"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode11
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight"
|
- SCHEME="Moonlight"
|
||||||
- TARGET="platform=iOS Simulator,OS=12.1,name=iPad Pro (9.7-inch)"
|
- TARGET="platform=iOS Simulator,OS=12.1,name=iPad Pro (9.7-inch)"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode11
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight TV"
|
- SCHEME="Moonlight TV"
|
||||||
- TARGET="platform=tvOS Simulator,OS=12.1,name=Apple TV 4K"
|
- TARGET="platform=tvOS Simulator,OS=12.1,name=Apple TV 4K"
|
||||||
|
|||||||
Reference in New Issue
Block a user