We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca41656 commit 179cd78Copy full SHA for 179cd78
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
- uses: actions/checkout@v5
126
127
- name: Select Xcode
128
- run: sudo xcode-select -s /Applications/Xcode_16.0.app
+ run: sudo xcode-select -s /Applications/Xcode_26.0.app
129
130
- name: Run README verification tests
131
run: swift test --filter ReadmeVerificationTests
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
145
146
- name: Build documentation
147
run: |
0 commit comments