Skip to content

Commit f250f80

Browse files
committed
[CI] Bump Xcode version to 26.1
1 parent 11da855 commit f250f80

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,24 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
# - ios: "26.0" TODO: IOS-1181
24+
# - ios: "26.1" TODO: IOS-1181
2525
# device: "iPhone 17 Pro"
26-
# xcode: "26.0.1"
2726
# setup_runtime: false
2827
- ios: "18.5"
2928
device: "iPhone 16 Pro"
30-
xcode: "26.0.1"
3129
setup_runtime: false
3230
- ios: "17.5"
3331
device: "iPhone 15 Pro"
34-
xcode: "26.0.1"
3532
setup_runtime: true
3633
- ios: "16.4"
3734
device: "iPhone 14 Pro"
38-
xcode: "16.4"
3935
setup_runtime: true
4036
fail-fast: false
4137
runs-on: macos-15
4238
env:
4339
GITHUB_EVENT: ${{ toJson(github.event) }}
4440
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
45-
XCODE_VERSION: ${{ matrix.xcode }}
41+
XCODE_VERSION: "26.1"
4642
steps:
4743
- uses: actions/checkout@v4.1.1
4844
- uses: ./.github/actions/bootstrap
@@ -92,7 +88,7 @@ jobs:
9288
strategy:
9389
matrix:
9490
include:
95-
- xcode: 26.0.1 # swift 6.2
91+
- xcode: 26.1 # swift 6.2
9692
os: macos-15
9793
- xcode: 16.4 # swift 6.1
9894
os: macos-15

.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
@@ -8,7 +8,7 @@ require 'xcodeproj'
88
import 'Sonarfile'
99
import 'Allurefile'
1010

11-
xcode_version = ENV['XCODE_VERSION'] || '26.0.1'
11+
xcode_version = ENV['XCODE_VERSION'] || '26.1'
1212
xcode_project = 'StreamChatSwiftUI.xcodeproj'
1313
sdk_names = ['StreamChatSwiftUI']
1414
github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swiftui'

0 commit comments

Comments
 (0)