From 8f6fcf80c2541ff6acfedf1c2b8a7cb8b65445fa Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Mon, 16 Dec 2024 19:04:16 -0800 Subject: [PATCH] Specify the container to build documentation on --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) 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