Skip to content

Commit

Permalink
ios: use xcode 15.3 and ios sdk 17.4 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amodm committed May 4, 2024
1 parent e81d11c commit 5e077f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: Install rust version
run: |
rustup install ${{ matrix.rust }} --profile minimal
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Configure and start iOS Simulator
run: |
set -e
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-5
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-4
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 5e077f4

Please sign in to comment.