Skip to content

Commit

Permalink
Build [v120] Github action Docc update for Xcode 15 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarceau committed Oct 13, 2023
1 parent 964ae03 commit c99b774
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
# Must be set to this for deploying to GitHub Pages
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-14
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build DocC
Expand Down

0 comments on commit c99b774

Please sign in to comment.