File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 environment :
2424 name : github-pages
2525 url : ${{ steps.deployment.outputs.page_url }}
26- runs-on : macos-15
26+ runs-on : macos-26
2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
@@ -34,11 +34,11 @@ jobs:
3434 - name : Select Xcode
3535 uses : maxim-lobanov/setup-xcode@v1
3636 with :
37- xcode-version : ' 16.2 .0'
37+ xcode-version : ' 26 .0'
3838 - name : Build DocC
3939 run : |
40- xcodebuild clean -scheme "Alidade (Debugging)" -derivedDataPath /tmp/docbuild -destination "generic/platform=macOS"
41- xcodebuild docbuild -scheme "Alidade (Debugging)" -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO;
40+ xcodebuild clean -scheme "Alidade (Red Window, Debugging)" -derivedDataPath /tmp/docbuild -destination "generic/platform=macOS"
41+ xcodebuild docbuild -scheme "Alidade (Red Window, Debugging)" -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' -skipPackagePluginValidation CODE_SIGNING_ALLOWED=NO;
4242
4343 $(xcrun --find docc) process-archive \
4444 transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/Alidade.doccarchive \
You can’t perform that action at this time.
0 commit comments