Update swift-syntax version constraint to range 600.0.0..<603.0.0 #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CommitChecks | |
| on: | |
| push: | |
| branches: | |
| - "**" | |
| jobs: | |
| test: | |
| runs-on: macos-15 | |
| steps: | |
| - uses: maxim-lobanov/setup-xcode@v1.1 | |
| with: | |
| xcode-version: "16.2" | |
| - uses: actions/checkout@v2 | |
| - name: xcbeautify | |
| run: brew install xcbeautify | |
| - name: Run Test | |
| run: set -o pipefail && xcodebuild -scheme Normalization test -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1' | xcbeautify |