File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 include :
2424 # - ios: "26.0" TODO: IOS-1181
2525 # device: "iPhone 17 Pro"
26- # xcode: "26.0"
26+ # xcode: "26.0.1 "
2727 # setup_runtime: false
2828 - ios : " 18.5"
2929 device : " iPhone 16 Pro"
30- xcode : " 26.0"
30+ xcode : " 26.0.1 "
3131 setup_runtime : false
3232 - ios : " 17.5"
3333 device : " iPhone 15 Pro"
34- xcode : " 26.0"
34+ xcode : " 26.0.1 "
3535 setup_runtime : true
3636 - ios : " 16.4"
3737 device : " iPhone 14 Pro"
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 17 Pro (26.0 )"
23+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5 )"
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' ] || '26.0 '
11+ xcode_version = ENV [ 'XCODE_VERSION' ] || '16.4 '
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