File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 runs-on : macos-15
142142 steps :
143143 - uses : actions/checkout@v4
144- - run : ./scripts/sentry-xcodebuild.sh --platform iOS --os latest --device "iPhone 16" --command build --configuration DebugV9
144+ - run : ./scripts/sentry-xcodebuild.sh --platform iOS --os 18.5 --device "iPhone 16" --command build --configuration DebugV9
145145
146146 check-debug-without-UIKit :
147147 name : Check no UIKit linkage (DebugWithoutUIKit)
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 runs-on : macos-15
125125 platform : " iOS"
126126 xcode : " 16.4"
127- test-destination-os : " 18.6 "
127+ test-destination-os : " 18.5 "
128128 device : " iPhone 16"
129129 scheme : " Sentry"
130130
You can’t perform that action at this time.
0 commit comments