We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d71446 commit e740a11Copy full SHA for e740a11
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
integration-ios:
56
name: Integration Testing - iOS
57
- runs-on: macos-14
+ runs-on: macos-15
58
steps:
59
- name: "List all simulators"
60
run: "xcrun xctrace list devices"
@@ -65,6 +65,7 @@ jobs:
65
run: |
66
UDID=$(xcrun xctrace list devices | grep "^$DEVICE (" | awk '{gsub(/[()]/,""); print $NF}')
67
echo $UDID
68
+ ls /Applications/Xcode_*
69
xcrun simctl boot "${UDID:?No Simulator with this name found}"
70
71
- name: Checkout repository
0 commit comments