Skip to content

Commit 6fc2678

Browse files
committed
Bump GH runner before ubuntu-18.04 is removed
1 parent 3d0bf0c commit 6fc2678

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
@@ -6,7 +6,7 @@ on: [push, pull_request]
66
jobs:
77
build:
88
name: build (Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }})
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010

1111
strategy:
1212
fail-fast: false

0 commit comments

Comments
 (0)