Skip to content

Commit fef4a4e

Browse files
fix 0.65 build
1 parent d014385 commit fef4a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
echo "SENTRY_DIST=$SENTRY_DIST"
226226
227227
- run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
228-
if: ${{ matrix.rn-version == '0.65.3' }}
228+
if: ${{ matrix.platform == 'ios' && matrix.rn-version == '0.65.3' }}
229229

230230
- uses: actions/setup-node@v4
231231
with:

0 commit comments

Comments
 (0)