File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff 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
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
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 17 Pro (26.1 )"
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. 1'
11+ xcode_version = ENV [ 'XCODE_VERSION' ] || '26.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