diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13334b79..aa1ce2fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,9 @@ jobs: python-version: ${{ env.PYTHON_LATEST }} - uses: pre-commit/action@v3.0.1 test: - runs-on: ubuntu-latest + # There is an an issue with Wand / ImageMagick using the Ubuntu 24.04 image + # See https://github.com/wagtail/Willow/issues/161 + runs-on: ubuntu-22.04 needs: lint strategy: matrix: