We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5322dae + b9def86 commit e15f47aCopy full SHA for e15f47a
.github/workflows/BuildPR.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Set XCode Version
20
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21
- name: Build project
22
- run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive
+ run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="x86_64 arm64"
0 commit comments