Skip to content

Commit f76f6bf

Browse files
ci(v8): Bump Xcode from 26.0 to 26.0.1 (#6394)
1 parent 4208f9f commit f76f6bf

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
@@ -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"

.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)