Skip to content

Commit 7277b56

Browse files
authored
Update Checks.yml
1 parent a13a65c commit 7277b56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- uses: maxim-lobanov/setup-xcode@v1.1
1414
with:
15-
xcode-version: "16.2"
15+
xcode-version: "26"
1616
- uses: actions/checkout@v2
1717
- name: xcbeautify
1818
run: brew install xcbeautify
1919
- name: Run Test
20-
run: set -o pipefail && xcodebuild -scheme Normalization test -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1' | xcbeautify
20+
run: swift test

0 commit comments

Comments
 (0)