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 0c5545f commit 625ae1cCopy full SHA for 625ae1c
.github/workflows/build_and_test.yaml
@@ -13,8 +13,7 @@ jobs:
13
- name: Set up XCode
14
uses: maxim-lobanov/setup-xcode@v1
15
with:
16
- # TODO: Update to latest-stable once GH installs iOS 26 simulators
17
- xcode-version: "^16.4.0"
+ xcode-version: latest-stable
18
- name: Build and Test
19
run: |
20
xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"
0 commit comments