File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020
2121env :
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require 'xcodeproj'
88import 'Sonarfile'
99import 'Allurefile'
1010
11- xcode_version = ENV [ 'XCODE_VERSION' ] || '16.4 '
11+ xcode_version = ENV [ 'XCODE_VERSION' ] || '26.0.1 '
1212xcode_project = 'StreamChatSwiftUI.xcodeproj'
1313sdk_names = [ 'StreamChatSwiftUI' ]
1414github_repo = ENV [ 'GITHUB_REPOSITORY' ] || 'GetStream/stream-chat-swiftui'
You can’t perform that action at this time.
0 commit comments