Skip to content

Commit ab7ec99

Browse files
committed
Build arm64 and x86_64
1 parent 22fd0aa commit ab7ec99

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,5 +19,5 @@ jobs:
1919
- name: Set XCode Version
2020
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
2121
- name: Build project
22-
run: set -o pipefail && xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive | xcpretty
22+
run: xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive ARCHS="arm64 x86_64"
2323

0 commit comments

Comments
 (0)