We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1113f commit eb47d20Copy full SHA for eb47d20
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
8
strategy:
9
matrix:
10
python-version: [2.7, 3.5, 3.7, 3.8, 3.9]
0 commit comments