Skip to content

Commit 6c8d882

Browse files
update device name
1 parent 5807b0c commit 6c8d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
xcode-version: latest-stable
1818
- name: Build and Test
1919
run: |
20-
xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 15"
20+
xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 16"
2121
xcodebuild test -scheme PowerSync -destination "platform=macOS,arch=arm64,name=My Mac"
2222
xcodebuild test -scheme PowerSync -destination "platform=watchOS Simulator,arch=arm64"

0 commit comments

Comments
 (0)