Skip to content

Commit 8516259

Browse files
authored
Update docc.yml
1 parent 38320a9 commit 8516259

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
- main
66
jobs:
77
BuildDocC:
8-
runs-on: macos-latest
8+
runs-on: macos-15
9+
env:
10+
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
911
steps:
1012
- uses: SwiftyLab/setup-swift@latest
1113
with:
@@ -21,7 +23,7 @@ jobs:
2123
--hosting-base-path swift-async-operations
2224
env:
2325
DOCC_BUILD: 1
24-
- uses: actions/upload-pages-artifact@v2
26+
- uses: actions/upload-pages-artifact@v3
2527
with:
2628
path: docs
2729
DeployDocC:

0 commit comments

Comments
 (0)