We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb8559 commit d84978fCopy full SHA for d84978f
.github/workflows/deploy.yaml
@@ -5,7 +5,7 @@ on:
5
- try-pages
6
jobs:
7
deploy:
8
- runs-on: ubuntu-22.04
+ runs-on: "macos-15"
9
permissions:
10
contents: read
11
deployments: write
@@ -19,14 +19,14 @@ jobs:
19
node-version: "20"
20
- name: Install npm packages
21
run: npm install
22
- - name: Setup Swift
23
- uses: swift-actions/setup-swift@v2
+ - name: Setup Xcode
+ uses: maxim-lobanov/setup-xcode@v1
24
with:
25
- swift-version: "5.9"
+ xcode-version: "16.0"
26
- name: Get swift version
27
run: swift --version
28
- name: Build
29
- run: docc convert swift-6-beta.docc \
+ run: xcrun docc convert swift-6-beta.docc \
30
--output-path ./docs \
31
--hosting-base-path swift-6-beta \
32
--fallback-display-name "Swift 6 Beta" \
0 commit comments