File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
matrix :
17
17
include :
18
18
- os : macos-12
19
- xcode-version : 14.2
19
+ xcode-version : 14.3.1
20
20
device : iPhone 14 Pro
21
- version : 16.2
21
+ version : 16.4
22
22
- os : macos-12
23
- xcode-version : 13.4 .1
23
+ xcode-version : 14 .1
24
24
device : iPhone 13 Pro
25
- version : 15.5
25
+ version : 16.1
26
26
name : Canary Test - Xcode ${{ matrix.xcode-version }}
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
50
50
sudo xcode-select -s "/Applications/Xcode_${{ matrix.xcode-version }}.app"
51
51
xcodebuild -version
52
52
53
- - name : Run Tests - ${{ matrix.device }} with iOS${{ matrix.version }}
53
+ - name : Run Tests - ${{ matrix.device }} with iOS ${{ matrix.version }}
54
54
working-directory : ${{ github.workspace }}/canaries/example
55
55
run : bundle exec fastlane scan --device "${{ matrix.device }}" --deployment_target_version "${{ matrix.version }}"
56
56
You can’t perform that action at this time.
0 commit comments