We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afad08 commit 4c2ce4dCopy full SHA for 4c2ce4d
.github/workflows/main.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
tests:
17
name: "Python ${{ matrix.python-version }}"
18
- runs-on: "ubuntu-latest"
+ runs-on: "ubuntu-20.04"
19
20
strategy:
21
fail-fast: false
0 commit comments