We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5b03e commit bc87c4fCopy full SHA for bc87c4f
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
tests:
7
name: Run tests
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
9
strategy:
10
matrix:
11
python-version: ['2.7', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9']
0 commit comments