Skip to content

Commit

Permalink
Update docc.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Aug 8, 2024
1 parent 4c669d6 commit 250ad23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
Expand Down

0 comments on commit 250ad23

Please sign in to comment.