Skip to content

Commit e15f47a

Browse files
authored
Merge pull request #26 from hannesa2/CI-x86-arm64
CI with x86_64 and arm64 command
2 parents 5322dae + b9def86 commit e15f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Set XCode Version
2020
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
2121
- name: Build project
22-
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive
22+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"

0 commit comments

Comments
 (0)