Skip to content

Commit 59182d8

Browse files
authored
Update docc.yml (#8)
1 parent 2f75542 commit 59182d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
url: '${{ steps.deployment.outputs.page_url }}'
1717
runs-on: macos-latest
1818
steps:
19-
- uses: swift-actions/setup-swift@v1
19+
- uses: maxim-lobanov/setup-xcode@v1
20+
with:
21+
xcode-version: 16.0
2022
- name: git checkout
2123
uses: actions/checkout@v3
2224
- name: docbuild

0 commit comments

Comments
 (0)