We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d98a76 commit 844b493Copy full SHA for 844b493
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: macos-14
8
steps:
9
- uses: actions/checkout@v4
10
- - run: sudo xcode-select -switch /Applications/Xcode_16.app
+ - run: sudo xcode-select -switch /Applications/Xcode_16.2.app
11
- run: swift test
12
lint:
13
runs-on: ubuntu-latest
0 commit comments