Skip to content

Commit 8f61ad1

Browse files
fix rn 0.65 e2e tests
1 parent 982610d commit 8f61ad1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
device: 'iPhone 14'
179179
- platform: ios
180180
rn-version: '0.65.3'
181-
runs-on: macos-latest
181+
runs-on: macos-12
182182
runtime: 'latest'
183183
device: 'iPhone 14'
184184
- platform: android
@@ -224,6 +224,9 @@ jobs:
224224
echo "SENTRY_RELEASE=$SENTRY_RELEASE"
225225
echo "SENTRY_DIST=$SENTRY_DIST"
226226
227+
- run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
228+
if: ${{ matrix.rn-version == '0.65.3' }}
229+
227230
- uses: actions/setup-node@v4
228231
with:
229232
node-version: 18

0 commit comments

Comments
 (0)