File tree 1 file changed +17
-4
lines changed
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
include :
20
+ - swift : " 5.7"
21
+ xcode : " 14.1"
22
+ runsOn : macos-12
20
23
- swift : " 5.6"
21
24
xcode : " 13.3.1"
22
25
runsOn : macos-12
48
51
fail-fast : false
49
52
matrix :
50
53
include :
54
+ - os : " 16.1"
55
+ xcode : " 14.1"
56
+ sim : " iPhone 14 Pro"
57
+ runsOn : macos-12
51
58
- os : " 15.4"
52
59
xcode : " 13.3.1"
53
60
sim : " iPhone 13 Pro"
76
83
example :
77
84
runs-on : macos-12
78
85
env :
79
- DEVELOPER_DIR : /Applications/Xcode_13.3 .1.app/Contents/Developer
86
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app/Contents/Developer
80
87
strategy :
81
88
fail-fast : false
82
89
matrix :
@@ -92,13 +99,19 @@ jobs:
92
99
swiftpm :
93
100
runs-on : macos-12
94
101
env :
95
- DEVELOPER_DIR : /Applications/Xcode_13.3 .1.app/Contents/Developer
102
+ DEVELOPER_DIR : /Applications/Xcode_14 .1.app/Contents/Developer
96
103
strategy :
97
104
fail-fast : false
98
105
matrix :
99
106
include :
100
- - target : " arm64-apple-ios15.4-simulator"
101
- - target : " x86_64-apple-ios15.4-simulator"
107
+ # 15.7
108
+ - target : " x86_64-apple-ios15.7-simulator"
109
+ - target : " arm64-apple-ios15.7-simulator"
110
+ - target : " arm64e-apple-ios15.7-simulator"
111
+ # 16.1
112
+ - target : " x86_64-apple-ios16.1-simulator"
113
+ - target : " arm64-apple-ios16.1-simulator"
114
+ - target : " arm64e-apple-ios16.1-simulator"
102
115
steps :
103
116
- uses : actions/checkout@v2
104
117
- name : " Swift Package Manager build"
You can’t perform that action at this time.
0 commit comments