Skip to content

Commit

Permalink
Fix DocC CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron authored Oct 10, 2024
1 parent 389765f commit a31ee3b
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 @@ -13,15 +13,15 @@ concurrency:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: latest-stable
- name: Setup Config file
run: |
cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
Expand Down

0 comments on commit a31ee3b

Please sign in to comment.