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 c5901e5 commit 8d1c4e6Copy full SHA for 8d1c4e6
.github/workflows/native-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
test-ios:
29
name: ios
30
- runs-on: macos-26
+ runs-on: macos-15
31
needs: [diff_check]
32
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
33
steps:
@@ -54,7 +54,7 @@ jobs:
54
env:
55
SCHEME: RNSentryCocoaTester
56
CONFIGURATION: Release
57
- DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 17'
+ DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 16'
58
run: |
59
env NSUnbufferedIO=YES \
60
xcodebuild -workspace *.xcworkspace \
0 commit comments