Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 20, 2024
1 parent 0f8a112 commit dc19385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
environment:
name: github-pages
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v1
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
run: >
sudo xcode-select -s /Applications/Xcode_15.0.app;
sudo xcode-select -s /Applications/Xcode_16.0.app;
xcodebuild docbuild -scheme AppState \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
Expand Down

0 comments on commit dc19385

Please sign in to comment.