Skip to content

Commit d3c39f1

Browse files
committed
Just run everything on Ubuntu 20.04
I'm overthinking this too much...
1 parent 2cd7bb7 commit d3c39f1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
8+
runs-on: ubuntu-20.04
89
strategy:
910
fail-fast: false
1011
matrix:
1112
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
1213
django-version: ['3.2', '4.0', '4.1', 'main']
13-
os: ['ubuntu-latest']
14-
include:
15-
- os: 'ubuntu-20.04'
16-
- python-version: '3.6'
17-
runs-on: ${{ matrix.os }}
1814

1915
steps:
2016
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)