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 @@ -266,7 +266,7 @@ jobs:
266266 - name : iOS 26 Sentry
267267 runs-on : macos-26
268268 platform : " iOS"
269- xcode : " 26.0"
269+ xcode : " 26.0.1 "
270270 test-destination-os : " 26.0"
271271 device : " iPhone 17 Pro"
272272 scheme : " Sentry"
@@ -295,7 +295,7 @@ jobs:
295295 - name : macOS 26 Sentry
296296 runs-on : macos-26
297297 platform : " macOS"
298- xcode : " 26.0"
298+ xcode : " 26.0.1 "
299299 test-destination-os : " 26.0"
300300 scheme : " Sentry"
301301
@@ -351,7 +351,7 @@ jobs:
351351 - name : tvOS 26 Sentry
352352 runs-on : macos-26
353353 platform : " tvOS"
354- xcode : " 26.0"
354+ xcode : " 26.0.1 "
355355 test-destination-os : " 26.0"
356356 device : " Apple TV"
357357 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