We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982610d commit 8f61ad1Copy full SHA for 8f61ad1
.github/workflows/e2e.yml
@@ -178,7 +178,7 @@ jobs:
178
device: 'iPhone 14'
179
- platform: ios
180
rn-version: '0.65.3'
181
- runs-on: macos-latest
+ runs-on: macos-12
182
runtime: 'latest'
183
184
- platform: android
@@ -224,6 +224,9 @@ jobs:
224
echo "SENTRY_RELEASE=$SENTRY_RELEASE"
225
echo "SENTRY_DIST=$SENTRY_DIST"
226
227
+ - run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
228
+ if: ${{ matrix.rn-version == '0.65.3' }}
229
+
230
- uses: actions/setup-node@v4
231
with:
232
node-version: 18
0 commit comments