We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73602a commit 43350e9Copy full SHA for 43350e9
.github/workflows/tests.yaml
@@ -3,7 +3,7 @@ on: [push]
3
jobs:
4
tests:
5
name: ${{ matrix.python-version }}
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu:latest
7
services:
8
redis:
9
image: redis
0 commit comments