Skip to content

Commit 2915f82

Browse files
fix typo. remove macos check
1 parent 4bb21a8 commit 2915f82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up XCode
14-
if: runner.os == 'macOS'
1514
uses: maxim-lobanov/setup-xcode@v1
1615
with:
1716
xcode-version: latest-stable
1817
- name: Build and Test
1918
run: |
2019
xcodebuild test -scheme PowerSync -destination "platform=iOS Simulator,name=iPhone 16"
2120
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"
21+
xcodebuild test -scheme PowerSync -destination "platform=watchOS Simulator,arch=arm64,name=Apple Watch Ultra 2 (49mm)"

0 commit comments

Comments
 (0)