@@ -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 16 Pro (18.1 )"
23+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.2 )"
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 GITHUB_PR_NUM : ${{ github.event.pull_request.number }}
2626
6464 run : bundle exec fastlane pod_lint
6565
6666 build-xcode15 :
67- name : Build SDKs (Xcode 15.0 )
67+ name : Build SDKs (Xcode 15)
6868 runs-on : macos-15
6969 if : ${{ github.event.inputs.record_snapshots != 'true' }}
7070 env :
@@ -104,7 +104,7 @@ jobs:
104104 env :
105105 GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
106106 - name : Run Sonar analysis
107- if : ${{ github.event.inputs.snapshots != 'true' }}
107+ if : ${{ github.event.inputs.record_snapshots != 'true' }}
108108 run : bundle exec fastlane sonar_upload
109109 env :
110110 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -133,7 +133,7 @@ jobs:
133133
134134 allure_testops_launch :
135135 name : Launch Allure TestOps
136- runs-on : macos-13
136+ runs-on : macos-15
137137 if : ${{ github.event.inputs.record_snapshots != 'true' }}
138138 needs : build-test-app-and-frameworks
139139 outputs :
@@ -207,7 +207,7 @@ jobs:
207207
208208 build-apps :
209209 name : Build Demo App
210- runs-on : macos-14
210+ runs-on : macos-15
211211 if : ${{ github.event.inputs.record_snapshots != 'true' }}
212212 needs : build-test-app-and-frameworks
213213 steps :
0 commit comments