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.
1 parent 22fd0aa commit ab7ec99Copy full SHA for ab7ec99
.github/workflows/BuildPR.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: Set XCode Version
20
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21
- name: Build project
22
- run: set -o pipefail && xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive | xcpretty
+ run: xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive ARCHS="arm64 x86_64"
23
0 commit comments