Skip to content

Commit 625ae1c

Browse files
revert xcode version
1 parent 0c5545f commit 625ae1c

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
@@ -13,8 +13,7 @@ jobs:
1313
- name: Set up XCode
1414
uses: maxim-lobanov/setup-xcode@v1
1515
with:
16-
# TODO: Update to latest-stable once GH installs iOS 26 simulators
17-
xcode-version: "^16.4.0"
16+
xcode-version: latest-stable
1817
- name: Build and Test
1918
run: |
2019
xcodebuild test -scheme PowerSync-Package -destination "platform=iOS Simulator,name=iPhone 16"

0 commit comments

Comments
 (0)