Skip to content

Commit

Permalink
Removed Swift section and upped macOS for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmccormack committed Dec 9, 2024
1 parent 793b38c commit c9d224a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Setup Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.10"
- name: Build documentation
run: |
swift package --allow-writing-to-directory ./docs \
Expand Down

0 comments on commit c9d224a

Please sign in to comment.