Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Fixes failing python 3.6 tests
  • Loading branch information
jamaalscarlett authored Aug 15, 2023
1 parent 184391b commit ad83a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ad83a7c

Please sign in to comment.