Skip to content

Commit 8d1c4e6

Browse files
committed
Fix
1 parent c5901e5 commit 8d1c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
test-ios:
2929
name: ios
30-
runs-on: macos-26
30+
runs-on: macos-15
3131
needs: [diff_check]
3232
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3333
steps:
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
SCHEME: RNSentryCocoaTester
5656
CONFIGURATION: Release
57-
DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 17'
57+
DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 16'
5858
run: |
5959
env NSUnbufferedIO=YES \
6060
xcodebuild -workspace *.xcworkspace \

0 commit comments

Comments
 (0)