File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
env :
12
- - xcode : 13 .4
12
+ - xcode : 15 .4
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : recursive
17
17
- name : " Upgrade Carthage"
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
env :
12
- - xcode : 13 .4
12
+ - xcode : 15 .4
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : " Select Xcode ${{ matrix.env.xcode }}"
16
16
uses : ./.github/actions/xcode-select
17
17
with :
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
env :
12
- - xcode : 13 .4
12
+ - xcode : 15 .4
13
13
runtime : " iOS 15.5"
14
14
device : " iPhone 13 Pro"
15
- - xcode : 13 .4
15
+ - xcode : 15 .4
16
16
runtime : " iOS 14.5"
17
17
device : " iPhone 12 Pro Max"
18
- - xcode : 13 .4
18
+ - xcode : 15 .4
19
19
runtime : " iOS 13.7"
20
20
device : " iPhone 11"
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
submodules : recursive
25
25
- name : " Select Xcode ${{ matrix.env.xcode }}"
@@ -54,17 +54,17 @@ jobs:
54
54
strategy :
55
55
matrix :
56
56
env :
57
- - xcode : 13 .4
57
+ - xcode : 15 .4
58
58
runtime : " watchOS 8.5"
59
59
device : " Apple Watch Series 7 - 45mm"
60
- - xcode : 13 .4
60
+ - xcode : 15 .4
61
61
runtime : " watchOS 7.4"
62
62
device : " Apple Watch Series 6 - 44mm"
63
- - xcode : 13 .4
63
+ - xcode : 15 .4
64
64
runtime : " watchOS 6.2"
65
65
device : " Apple Watch Series 4 - 40mm"
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
with :
69
69
submodules : recursive
70
70
- name : " Select Xcode ${{ matrix.env.xcode }}"
You can’t perform that action at this time.
0 commit comments