File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,20 @@ jobs:
26
26
platform : iOS
27
27
workspace : LDKFramework.xcworkspace
28
28
- scheme : LDKFramework
29
- destination : platform=iOS Simulator,OS=15.4 ,name=iPhone 13 Pro
29
+ destination : platform=iOS Simulator,OS=15.2 ,name=iPhone 13 Pro
30
30
platform : iOS Simulator
31
31
workspace : LDKFramework.xcworkspace
32
32
- scheme : LDKFramework_Mac
33
33
destination : generic/platform=OS X
34
34
platform : OS X
35
35
workspace : LDKFramework.xcworkspace
36
36
- scheme : LDKFramework
37
- destination : generic/platform=macOS,variant=Mac Catalyst,name=Any Mac
38
- platform : Mac Catalyst
37
+ destination : platform=macOS,variant=Mac Catalyst,arch=x86_64
38
+ platform : Mac Catalyst (x86_64)
39
+ workspace : LDKFramework.xcworkspace
40
+ - scheme : LDKFramework
41
+ destination : platform=macOS,variant=Mac Catalyst,arch=arm64
42
+ platform : Mac Catalyst (arm64)
39
43
workspace : LDKFramework.xcworkspace
40
44
env :
41
45
DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
You can’t perform that action at this time.
0 commit comments