@@ -111,13 +111,13 @@ jobs:
111111 key : ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}
112112 restore-keys : |
113113 ${{ runner.os }}-pods-
114- - name : Select XCode 16.2
115- run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
114+ - name : Select XCode 16.4
115+ run : sudo xcode-select -s '/Applications/Xcode_16.4 .0.app/Contents/Developer'
116116 - name : Generate necessary files with flutter build
117117 working-directory : ${{ env.working_directory }}
118118 run : flutter build ios --config-only
119119 - name : " Run iOS native unit tests"
120- run : TEST_DEVICE='iPhone 16 Pro' TEST_OS='18.2 ' melos run test:ios
120+ run : TEST_DEVICE='iPhone 16 Pro' TEST_OS='18.5 ' melos run test:ios
121121 - name : Upload build artifact
122122 uses : actions/upload-artifact@v4
123123 with :
@@ -203,8 +203,8 @@ jobs:
203203 uses : actions/download-artifact@v4
204204 with :
205205 name : ${{ runner.os }}-build-artifact
206- - name : Select XCode 16.2
207- run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
206+ - name : Select XCode 16.4
207+ run : sudo xcode-select -s '/Applications/Xcode_16.4 .0.app/Contents/Developer'
208208 - name : " Run build for iOS"
209209 run : melos run flutter-build-ios
210210 - name : Upload build artifact
@@ -331,8 +331,8 @@ jobs:
331331 flutter-version : " 3.32.x"
332332 channel : " stable"
333333 cache : true
334- - name : Select XCode 16.2
335- run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
334+ - name : Select XCode 16.4
335+ run : sudo xcode-select -s '/Applications/Xcode_16.4 .0.app/Contents/Developer'
336336 - name : Start iOS simulator
337337 run : |
338338 SIMULATOR_NAME="iPhone 16 Pro"
0 commit comments