Skip to content

Commit 7aeb5dd

Browse files
committed
Build only x86 on CI
1 parent b10b932 commit 7aeb5dd

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
@@ -21,4 +21,4 @@ jobs:
2121
- name: pre build
2222
run: script/bootstrap && script/update_libgit2
2323
- name: Test and archive project
24-
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64 arm64"
24+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test archive ARCHS="x86_64"

0 commit comments

Comments
 (0)