Skip to content

Commit e740a11

Browse files
authored
Fix podfile (#545)
1 parent 3d71446 commit e740a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
integration-ios:
5656
name: Integration Testing - iOS
57-
runs-on: macos-14
57+
runs-on: macos-15
5858
steps:
5959
- name: "List all simulators"
6060
run: "xcrun xctrace list devices"
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
UDID=$(xcrun xctrace list devices | grep "^$DEVICE (" | awk '{gsub(/[()]/,""); print $NF}')
6767
echo $UDID
68+
ls /Applications/Xcode_*
6869
xcrun simctl boot "${UDID:?No Simulator with this name found}"
6970
7071
- name: Checkout repository

0 commit comments

Comments
 (0)