Skip to content

Commit 8b1af46

Browse files
committed
Remove x86 arch command
1 parent 4ec55df commit 8b1af46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
echo "Testing CocoaPods integration..."
9393
cd TestProjects/cocoapods/ios
94-
arch -x86_64 pod install
94+
pod install
9595
set -o pipefail && xcodebuild build \
9696
-workspace PinLayout-iOS.xcworkspace \
9797
-scheme PinLayout-iOS \
@@ -103,7 +103,7 @@ jobs:
103103
# - name: Test CocoaPods macOS Integration
104104
# run: |
105105
# cd TestProjects/cocoapods/macos
106-
# arch -x86_64 pod install
106+
# pod install
107107
# set -o pipefail && xcodebuild build \
108108
# -workspace PinLayout-macOS.xcworkspace \
109109
# -scheme PinLayout-macOS \
@@ -114,7 +114,7 @@ jobs:
114114
# - name: Test CocoaPods tvOS Integration
115115
# run: |
116116
# cd TestProjects/cocoapods/tvos
117-
# arch -x86_64 pod install
117+
# pod install
118118
# set -o pipefail && xcodebuild build \
119119
# -workspace PinLayout-tvOS.xcworkspace \
120120
# -scheme PinLayout-tvOS \

0 commit comments

Comments
 (0)