File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3
26
26
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
29
29
- name : Install rust version
30
30
run : |
31
31
rustup install ${{ matrix.rust }} --profile minimal
35
35
- name : Configure and start iOS Simulator
36
36
run : |
37
37
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
41
39
IOSDEV=$(xcrun simctl list 2>&1 | grep com.apple.CoreSimulator.SimDeviceType.iPhone | grep -v ' SE ' | tail -n 1 | tr -d '()' | awk '{ print $NF }')
42
40
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
43
41
echo "==== using device $IOSDEV, $IOSRUNTIME ===="
You can’t perform that action at this time.
0 commit comments