Skip to content

Commit f2f0bab

Browse files
authored
Update docc.yml
1 parent 971daa2 commit f2f0bab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docc.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
66
- main
77
jobs:
88
DocC:
9-
runs-on: macos-latest
9+
runs-on: macos-15
10+
env:
11+
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
1012
steps:
11-
- uses: SwiftyLab/setup-swift@latest
12-
with:
13-
swift-version: "6.0"
1413
- uses: actions/checkout@v4
1514
- name: Build DocC
1615
run: |

0 commit comments

Comments
 (0)