Skip to content

Commit

Permalink
ios: try tests with xcode 15.4 and ios 17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 4, 2024
1 parent e5d27c5 commit 9184245
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Install rust version
run: |
rustup install ${{ matrix.rust }} --profile minimal
Expand All @@ -35,9 +35,7 @@ jobs:
- name: Configure and start iOS Simulator
run: |
set -e
open -a Simulator
sleep 5
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-4
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-5
IOSDEV=$(xcrun simctl list 2>&1 | grep com.apple.CoreSimulator.SimDeviceType.iPhone | grep -v ' SE ' | tail -n 1 | tr -d '()' | awk '{ print $NF }')
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
echo "==== using device $IOSDEV, $IOSRUNTIME ===="
Expand Down

0 comments on commit 9184245

Please sign in to comment.