File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 include :
24- - ios : " 26.0 "
24+ - ios : " 26.1 "
2525 device : " iPhone 17 Pro"
2626 setup_runtime : false
2727 - ios : " 18.5"
4242 GITHUB_EVENT : ${{ toJson(github.event) }}
4343 ALLURE_TOKEN : ${{ secrets.ALLURE_TOKEN }}
4444 STREAM_DEMO_APP_SECRET : ${{ secrets.STREAM_DEMO_APP_SECRET }}
45- XCODE_VERSION : " 26.0. 1"
45+ XCODE_VERSION : " 26.1"
4646 IOS_SIMULATOR_DEVICE : " ${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report
4747 steps :
4848 - uses : actions/checkout@v4.1.1
8989 strategy :
9090 matrix :
9191 include :
92- - ios : " 26.0 "
92+ - ios : " 26.1 "
9393 device : " iPhone 17 Pro"
9494 setup_runtime : false
9595 - ios : " 18.5"
@@ -107,7 +107,7 @@ jobs:
107107 fail-fast : false
108108 runs-on : macos-15
109109 env :
110- XCODE_VERSION : " 26.0. 1"
110+ XCODE_VERSION : " 26.1"
111111 steps :
112112 - uses : actions/checkout@v4.1.1
113113 - uses : ./.github/actions/bootstrap
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 @@ -7,7 +7,7 @@ require 'net/http'
77import 'Sonarfile'
88import 'Allurefile'
99
10- xcode_version = ENV [ 'XCODE_VERSION' ] || '26.0. 1'
10+ xcode_version = ENV [ 'XCODE_VERSION' ] || '26.1'
1111xcode_project = 'StreamChat.xcodeproj'
1212sdk_names = [ 'StreamChat' , 'StreamChatUI' ]
1313github_repo = ENV [ 'GITHUB_REPOSITORY' ] || 'GetStream/stream-chat-swift'
You can’t perform that action at this time.
0 commit comments