Skip to content

Commit 1f28586

Browse files
committed
Update publish docs action
1 parent 48722cc commit 1f28586

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publishDocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ concurrency:
1313
jobs:
1414
build_docs:
1515
name: Build and Archive Docs
16-
runs-on: macos-14
16+
runs-on: macos-latest
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
2020

2121
- name: Generate docs
2222
run: |
23+
xcodes select 26.1.1
2324
swift package \
2425
--allow-writing-to-directory github-pages \
2526
generate-documentation \

0 commit comments

Comments
 (0)