diff --git a/.github/workflows/django-tests.yml b/.github/workflows/django-tests.yml index 7cdcd6a..0c4623a 100644 --- a/.github/workflows/django-tests.yml +++ b/.github/workflows/django-tests.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: django-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: '3.10' - name: Install dependencies run: |