File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
os : [ macOS-13 ]
17
17
xcode : [ Xcode_14.1, Xcode_14.2, Xcode_15.1, Xcode_15.2 ]
18
+ arch : [ x86_64 ]
18
19
steps :
19
20
- name : ls Xcode
20
21
run : ls -la /Applications/Xcode*
34
35
run : |
35
36
openssl version
36
37
- name : Test project
37
- run : xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="x86_64 "
38
+ run : xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }} "
38
39
- name : Archive project
39
- run : xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 "
40
+ run : xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }} "
You can’t perform that action at this time.
0 commit comments