Skip to content

Commit 37bd7a6

Browse files
committed
[CI] Bump Xcode version to 26.1
1 parent 8833230 commit 37bd7a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cron-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- ios: "26.0"
24+
- ios: "26.1"
2525
device: "iPhone 17 Pro"
2626
setup_runtime: false
2727
- ios: "18.5"
@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_EVENT: ${{ toJson(github.event) }}
4343
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
4444
STREAM_DEMO_APP_SECRET: ${{ secrets.STREAM_DEMO_APP_SECRET }}
45-
XCODE_VERSION: "26.0.1"
45+
XCODE_VERSION: "26.1"
4646
IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report
4747
steps:
4848
- uses: actions/checkout@v4.1.1
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
matrix:
9191
include:
92-
- ios: "26.0"
92+
- ios: "26.1"
9393
device: "iPhone 17 Pro"
9494
setup_runtime: false
9595
- ios: "18.5"
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: false
108108
runs-on: macos-15
109109
env:
110-
XCODE_VERSION: "26.0.1"
110+
XCODE_VERSION: "26.1"
111111
steps:
112112
- uses: actions/checkout@v4.1.1
113113
- uses: ./.github/actions/bootstrap

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
env:
2222
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
23-
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.0)"
23+
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.1)"
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
2626

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'net/http'
77
import 'Sonarfile'
88
import 'Allurefile'
99

10-
xcode_version = ENV['XCODE_VERSION'] || '26.0.1'
10+
xcode_version = ENV['XCODE_VERSION'] || '26.1'
1111
xcode_project = 'StreamChat.xcodeproj'
1212
sdk_names = ['StreamChat', 'StreamChatUI']
1313
github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swift'

0 commit comments

Comments
 (0)