We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13a65c commit 7277b56Copy full SHA for 7277b56
1 file changed
.github/workflows/Checks.yml
@@ -12,9 +12,9 @@ jobs:
12
steps:
13
- uses: maxim-lobanov/setup-xcode@v1.1
14
with:
15
- xcode-version: "16.2"
+ xcode-version: "26"
16
- uses: actions/checkout@v2
17
- name: xcbeautify
18
run: brew install xcbeautify
19
- name: Run Test
20
- run: set -o pipefail && xcodebuild -scheme Normalization test -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1' | xcbeautify
+ run: swift test
0 commit comments