Skip to content

Commit

Permalink
Update Jazzy workflow to run on the latest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Jul 9, 2024
1 parent a2d50d1 commit 1f03d87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ on:

jobs:
Jazzy:
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_15.4.app
steps:
- uses: actions/checkout@v4
- name: Install SourceKitten
Expand All @@ -35,7 +35,7 @@ jobs:
run: sourcekitten doc --spm --module-name Yams > yams.json
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
ruby-version: 3.3.4
bundler-cache: true
- name: Run jazzy
run: bundle exec jazzy --clean --sourcekitten-sourcefile yams.json
Expand All @@ -47,7 +47,7 @@ jobs:
exit 1
fi
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: API Docs
path: docs
Expand Down

0 comments on commit 1f03d87

Please sign in to comment.