Skip to content

Commit 4f2816b

Browse files
authored
Use Xcode14 to generate documentation (#36)
1 parent 374aee2 commit 4f2816b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test:
12-
name: Test
11+
publish-docs:
12+
name: Publish Documentation
1313
runs-on: macos-12
14-
strategy:
15-
matrix:
16-
xcode_version:
17-
- 13.3
1814
env:
19-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
15+
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
2016
steps:
2117
- uses: actions/checkout@v2
2218
- name: Build docs

0 commit comments

Comments
 (0)