File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243 - name : iOS 26 Sentry
244244 runs-on : macos-26
245245 platform : " iOS"
246- xcode : " 26.0"
246+ xcode : " 26.0.1 "
247247 test-destination-os : " 26.0"
248248 device : " iPhone 17 Pro"
249249 scheme : " Sentry"
@@ -272,7 +272,7 @@ jobs:
272272 - name : macOS 26 Sentry
273273 runs-on : macos-26
274274 platform : " macOS"
275- xcode : " 26.0"
275+ xcode : " 26.0.1 "
276276 test-destination-os : " 26.0"
277277 scheme : " Sentry"
278278
@@ -328,7 +328,7 @@ jobs:
328328 - name : tvOS 26 Sentry
329329 runs-on : macos-26
330330 platform : " tvOS"
331- xcode : " 26.0"
331+ xcode : " 26.0.1 "
332332 test-destination-os : " 26.0"
333333 device : " Apple TV"
334334 scheme : " Sentry"
Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ jobs:
7979 env :
8080 XCODE_VERSION : ${{ inputs.xcode_version }}
8181 - name : Install required platforms for Xcode 26
82- if : ${{ inputs.xcode_version == '26.0' }}
82+ if : ${{ inputs.xcode_version == '26.0.1 ' }}
8383 run : ./scripts/ci-install-xOS-26-platforms.sh --platforms "${{inputs.platform}}"
8484
8585 - name : Create simulator device for Xcode 26
86- if : ${{ inputs.xcode_version == '26.0' }}
86+ if : ${{ inputs.xcode_version == '26.0.1 ' }}
8787 run : ./scripts/ci-create-simulator.sh --platform "${{inputs.platform}}" --os-version "${{inputs.test-destination-os}}" --device-name "${{inputs.device}}"
8888 - run : make init-ci-build
8989 if : ${{ inputs.build_with_make }}
Original file line number Diff line number Diff line change 7676 - name : iOS 26
7777 platform :
7878 runs-on : macos-15
79- xcode : " 26.0"
79+ xcode : " 26.0.1 "
8080 platform : " iOS"
8181 device : " iPhone 16 Pro"
8282 test-destination-os : " 26.0"
Original file line number Diff line number Diff line change 9898 - name : iOS 26
9999 runs-on : macos-15
100100 platform : " iOS"
101- xcode : " 26.0"
101+ xcode : " 26.0.1 "
102102 device : iPhone 16 Pro
103103 test-destination-os : " 26.0"
104104 with :
You can’t perform that action at this time.
0 commit comments