We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730c8cf commit 5212942Copy full SHA for 5212942
1 file changed
.github/workflows/run_test.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.7", "3.8", "3.9", "3.10", "3.11"]
0 commit comments