Skip to content

Commit

Permalink
Pin test workflow on Ubuntu 22.04 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg authored Jan 28, 2025
1 parent 7a1ebec commit 487a03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
python-version: ${{ env.PYTHON_LATEST }}
- uses: pre-commit/[email protected]
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:
Expand Down

0 comments on commit 487a03f

Please sign in to comment.