We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9da962 commit a4b8a86Copy full SHA for a4b8a86
.github/workflows/pythonpackage.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
10
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-20.04, macos-latest, windows-latest]
11
runs-on: ${{ matrix.platform }}
12
steps:
13
- uses: actions/checkout@v2
0 commit comments