diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 82fcb3553..92616f2d4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,6 +15,7 @@ permissions: jobs: build-documentation: runs-on: ubuntu-latest + container: swift:latest steps: - name: Checkout uses: actions/checkout@v4