Skip to content

Commit fb94802

Browse files
committed
Use latest Ubuntu runner
1 parent c2edab6 commit fb94802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
build:
1515
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:

0 commit comments

Comments
 (0)