diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ab044c416..f0f1e515e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,6 +9,8 @@ on: jobs: build: runs-on: ubuntu-latest + container: + image: swift:5.10 steps: - uses: actions/checkout@v4