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 4bb21a8 commit 2915f82Copy full SHA for 2915f82
.github/workflows/build_and_test.yaml
@@ -11,12 +11,11 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up XCode
14
- if: runner.os == 'macOS'
15
uses: maxim-lobanov/setup-xcode@v1
16
with:
17
xcode-version: latest-stable
18
- name: Build and Test
19
run: |
20
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=arm64name=Apple Watch Ultra 2"
+ xcodebuild test -scheme PowerSync -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"
0 commit comments