Unverified Commit 3799325e authored by Ivan Matkov's avatar Ivan Matkov Committed by GitHub

Update iOS simulator to 18.6 in tests workflow (#1148)

On January 12th `18.4` was removed from GitHub Actions runners
See https://github.com/actions/runner-images/issues/13392
parent 7c1c363b
...@@ -81,7 +81,7 @@ jobs: ...@@ -81,7 +81,7 @@ jobs:
name: 'Set Up Simulator UUID' name: 'Set Up Simulator UUID'
run: | run: |
IOS_SIM_LIST=$(xcrun simctl list devices available --json) IOS_SIM_LIST=$(xcrun simctl list devices available --json)
IOS_SIM_UUID=$(echo $IOS_SIM_LIST | jq -r '.devices."com.apple.CoreSimulator.SimRuntime.iOS-18-4"[] | select(.name == "iPhone 16") | .udid') IOS_SIM_UUID=$(echo $IOS_SIM_LIST | jq -r '.devices."com.apple.CoreSimulator.SimRuntime.iOS-18-6"[] | select(.name == "iPhone 16") | .udid')
echo "IOS_SIM_UUID=$IOS_SIM_UUID" >> $GITHUB_ENV echo "IOS_SIM_UUID=$IOS_SIM_UUID" >> $GITHUB_ENV
- uses: nick-fields/retry@v2 - uses: nick-fields/retry@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment