|
@@ -12,10 +12,10 @@ jobs:
|
|
iOS:
|
|
iOS:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
env:
|
|
env:
|
|
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
|
|
|
|
|
+ DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- destination: ["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=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"]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: iOS - ${{ matrix.destination }}
|
|
- name: iOS - ${{ matrix.destination }}
|
|
@@ -24,10 +24,10 @@ jobs:
|
|
tvOS:
|
|
tvOS:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
env:
|
|
env:
|
|
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
|
|
|
|
|
+ DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- destination: ["OS=14.3,name=Apple TV 4K"]
|
|
|
|
|
|
+ destination: ["OS=16.0,name=Apple TV 4K"]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: tvOS - ${{ matrix.destination }}
|
|
- name: tvOS - ${{ matrix.destination }}
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
macOS_demo:
|
|
macOS_demo:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
env:
|
|
env:
|
|
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
|
|
|
|
|
+ DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: macOS
|
|
- name: macOS
|
|
@@ -45,10 +45,10 @@ jobs:
|
|
iOS_demo:
|
|
iOS_demo:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
env:
|
|
env:
|
|
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
|
|
|
|
|
+ DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- destination: ["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=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"]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: iOS - ${{ matrix.destination }}
|
|
- name: iOS - ${{ matrix.destination }}
|
|
@@ -58,7 +58,7 @@ jobs:
|
|
name: Test with SPM
|
|
name: Test with SPM
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
env:
|
|
env:
|
|
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
|
|
|
|
|
|
+ DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- name: SPM Test
|
|
- name: SPM Test
|