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 d014385 commit fef4a4eCopy full SHA for fef4a4e
.github/workflows/e2e.yml
@@ -225,7 +225,7 @@ jobs:
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' }}
+ if: ${{ matrix.platform == 'ios' && matrix.rn-version == '0.65.3' }}
229
230
- uses: actions/setup-node@v4
231
with:
0 commit comments