File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8080
8181 - uses : futureware-tech/simulator-action@v4
8282 with :
83- # https://github.com/actions/runner-images/blob/main/images/macos/macos-14 -arm64-Readme.md
83+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15 -arm64-Readme.md
8484 model : ${{ env.IOS_DEVICE_NAME }}
8585 os_version : ${{ env.IOS_VERSION }}
86+ wait_for_boot : true
87+ shutdown_after_job : false
8688
8789 # Start Appium
8890 - run : npm install -g appium
@@ -147,9 +149,11 @@ jobs:
147149
148150 - uses : futureware-tech/simulator-action@v4
149151 with :
150- # https://github.com/actions/runner-images/blob/main/images/macos/macos-14 -arm64-Readme.md
152+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15 -arm64-Readme.md
151153 model : ${{ env.IOS_DEVICE_NAME }}
152154 os_version : ${{ env.IOS_VERSION }}
155+ wait_for_boot : true
156+ shutdown_after_job : false
153157
154158 - name : Preparing other environment
155159 run : |
You can’t perform that action at this time.
0 commit comments