Skip to content

Commit 9c71f2e

Browse files
committed
Try and resolve CI arm vs. intel
1 parent 0955196 commit 9c71f2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
submodules: recursive
37+
persist-credentials: false
3738
- uses: maxim-lobanov/setup-xcode@v1
3839
with:
3940
xcode-version: '16.0-beta'
@@ -42,7 +43,7 @@ jobs:
4243
ruby-version: 3.2
4344
bundler-cache: true
4445
- name: Cache cocoapods
45-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4647
env:
4748
cache-name: cocoapods
4849
with:

spec/integration_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def configure_cocoapods
224224
"#{realm_version}/api/ " \
225225
'--xcodebuild-arguments ' \
226226
'-scheme,RealmSwift,SWIFT_VERSION=4.2,' \
227-
"-destination,'platform=OS X' " \
227+
"-destination,'platform=OS X',arch=x86_64 " \
228228
"--head #{realm_head.shellescape}"
229229
end
230230

0 commit comments

Comments
 (0)