Skip to content

Commit

Permalink
fix: iOS device version
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 10, 2024
1 parent b488f21 commit 0d776b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Create iOS Simulator
run: |
DEVICE_ID=$(xcrun simctl create "iPhone SE (3rd generation)" com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation com.apple.CoreSimulator.SimRuntime.iOS-16-2)
DEVICE_ID=$(xcrun simctl create "iPhone SE (3rd generation)" com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation com.apple.CoreSimulator.SimRuntime.iOS-18-1)
echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV
- name: Boot Simulator
Expand Down

0 comments on commit 0d776b3

Please sign in to comment.