Skip to content

Commit f5cec5e

Browse files
committed
Run CI against iPhone 17 simulator
1 parent dc4dde9 commit f5cec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
- name: "Test Swift Package on macOS"
5959
run: swift test
6060
- name: "Test Swift Package on iOS"
61-
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
61+
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 17" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
6262

0 commit comments

Comments
 (0)