|
@@ -15,7 +15,7 @@ jobs:
|
|
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- destination: ["OS=16.0,name=iPhone 14 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
|
|
|
|
|
|
+ destination: ["OS=15.5,name=iPhone 13 Pro"] #, "OS=14.4,name=iPhone 12 Pro", "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: iOS - ${{ matrix.destination }}
|
|
- name: iOS - ${{ matrix.destination }}
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- destination: ["OS=16.0,name=Apple TV 4K (2nd generation)"]
|
|
|
|
|
|
+ destination: ["OS=15.4,name=Apple TV 4K (2nd generation)"]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: tvOS - ${{ matrix.destination }}
|
|
- name: tvOS - ${{ matrix.destination }}
|