Skip to content

Commit 9184245

Browse files
committed
ios: try tests with xcode 15.4 and ios 17.5
1 parent e5d27c5 commit 9184245

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ios.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
name: Checkout
27-
- name: Select Xcode 15.3
28-
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
27+
- name: Select Xcode 15.4
28+
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
2929
- name: Install rust version
3030
run: |
3131
rustup install ${{ matrix.rust }} --profile minimal
@@ -35,9 +35,7 @@ jobs:
3535
- name: Configure and start iOS Simulator
3636
run: |
3737
set -e
38-
open -a Simulator
39-
sleep 5
40-
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-4
38+
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-5
4139
IOSDEV=$(xcrun simctl list 2>&1 | grep com.apple.CoreSimulator.SimDeviceType.iPhone | grep -v ' SE ' | tail -n 1 | tr -d '()' | awk '{ print $NF }')
4240
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
4341
echo "==== using device $IOSDEV, $IOSRUNTIME ===="

0 commit comments

Comments
 (0)