We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807b0c commit 6c8d882Copy full SHA for 6c8d882
.github/workflows/build_and_test.yaml
@@ -17,6 +17,6 @@ jobs:
17
xcode-version: latest-stable
18
- name: Build and Test
19
run: |
20
- xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 15"
+ xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 16"
21
xcodebuild test -scheme PowerSync -destination "platform=macOS,arch=arm64,name=My Mac"
22
xcodebuild test -scheme PowerSync -destination "platform=watchOS Simulator,arch=arm64"
0 commit comments