Skip to content

Commit ef7cc72

Browse files
committed
Try Tahoe
1 parent d426b73 commit ef7cc72

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/native-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
test-ios:
2828
name: ios
29-
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
29+
runs-on: [ "ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12" ]
3030
needs: [diff_check]
3131
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3232
steps:
@@ -42,12 +42,18 @@ jobs:
4242
cache: 'yarn'
4343
cache-dependency-path: yarn.lock
4444

45+
- uses: ruby/setup-ruby@v1
46+
with:
47+
working-directory: packages/core/RNSentryCocoaTester
48+
ruby-version: '3.3.0'
49+
bundler-cache: true
50+
4551
- name: Install SDK JS Dependencies
4652
run: yarn install
4753

4854
- name: Install App Pods
4955
working-directory: packages/core/RNSentryCocoaTester
50-
run: pod install
56+
run: bundle exec pod install
5157

5258
- name: List Available Simulators
5359
run: xcrun simctl list devices available iPhone

0 commit comments

Comments
 (0)