Skip to content

Commit d7e3e93

Browse files
committed
[CI] Support Xcode 26
1 parent 47d57c1 commit d7e3e93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 16 Pro (18.5)"
23+
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.0)"
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'] || '16.4'
11+
xcode_version = ENV['XCODE_VERSION'] || '26.0.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)