Skip to content

Commit 76ef7f8

Browse files
authored
Update django.yml
1 parent 34be55f commit 76ef7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
max-parallel: 4
15+
fail-fast: false
1516
matrix:
1617
python-version: [3.7, 3.8, 3.9]
1718

0 commit comments

Comments
 (0)