Skip to content

Commit

Permalink
fix: Fixed ubuntu version and quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Sep 19, 2023
1 parent 7df337a commit da911e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
django-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -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: |
Expand Down

0 comments on commit da911e9

Please sign in to comment.