Skip to content

Commit

Permalink
Try and resolve CI arm vs. intel
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 6, 2024
1 parent 0955196 commit 9c71f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0-beta'
Expand All @@ -42,7 +43,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Cache cocoapods
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cocoapods
with:
Expand Down
2 changes: 1 addition & 1 deletion spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def configure_cocoapods
"#{realm_version}/api/ " \
'--xcodebuild-arguments ' \
'-scheme,RealmSwift,SWIFT_VERSION=4.2,' \
"-destination,'platform=OS X' " \
"-destination,'platform=OS X',arch=x86_64 " \
"--head #{realm_head.shellescape}"
end

Expand Down

0 comments on commit 9c71f2e

Please sign in to comment.