diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 77d1e32..0022d0d 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -29,6 +29,10 @@ jobs: update-docs: runs-on: 'macos-13' steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest + - name: Checkout uses: actions/checkout@v3