Skip to content

Commit d15b48f

Browse files
Update GitHub Actions scripts
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
1 parent 10e5deb commit d15b48f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)