File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185
186186 build-ios :
187187 runs-on :
188- labels : macos-latest -xlarge
188+ labels : macos-26 -xlarge
189189 timeout-minutes : 45
190190 env :
191191 TURBO_CACHE_DIR : .turbo/ios
@@ -203,8 +203,8 @@ jobs:
203203 - name : Setup
204204 uses : ./.github/actions/setup
205205
206- - name : Select XCode 26.3
207- run : sudo xcode-select -s '/Applications/Xcode_26.3 .0.app/Contents/Developer'
206+ - name : Select XCode 26.5
207+ run : sudo xcode-select -s '/Applications/Xcode_26.5 .0.app/Contents/Developer'
208208
209209 - name : Cache turborepo for iOS
210210 uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module.exports = {
6161 type : 'ios.simulator' ,
6262 device : {
6363 type : 'iPhone 17 Pro' ,
64- os : 'iOS 26.4 ' ,
64+ os : 'iOS 26.5 ' ,
6565 } ,
6666 } ,
6767 attached : {
You can’t perform that action at this time.
0 commit comments