Change pa11y to run on earlier ubuntu verison

This commit is contained in:
igorkorenfeld 2023-04-11 16:34:08 -04:00
parent aba2b7d1f2
commit 5e0b5baed7
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -33,7 +33,7 @@ jobs:
run: docker compose run app python manage.py test
pa11y-scan:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3