Skip to content

Commit a7a0a2b

Browse files
ci(v8): Bump Xcode from 26.0 to 26.0.1 (#6394)
1 parent b66be9b commit a7a0a2b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/ui-tests-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/ui-tests-critical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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"

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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:

0 commit comments

Comments
 (0)