File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,11 @@ jobs:
171
171
include :
172
172
- platform : ios
173
173
rn-version : ' 0.77.1'
174
- runs-on : macos-14
174
+ xcode-version : ' 16.2'
175
+ runs-on : macos-15
175
176
- platform : ios
176
177
rn-version : ' 0.65.3'
178
+ xcode-version : ' 14.2'
177
179
runs-on : macos-13
178
180
- platform : android
179
181
runs-on : ubuntu-latest
@@ -221,8 +223,8 @@ jobs:
221
223
echo "SENTRY_RELEASE=$SENTRY_RELEASE"
222
224
echo "SENTRY_DIST=$SENTRY_DIST"
223
225
224
- - run : sudo xcode-select -s /Applications/Xcode_14.2 .app/Contents/Developer
225
- if : ${{ matrix.platform == 'ios' && matrix.rn-version == '0.65.3' }}
226
+ - run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }} .app/Contents/Developer
227
+ if : ${{ matrix.platform == 'ios' }}
226
228
227
229
- run : corepack enable
228
230
- uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments