We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6907d commit 619e2d2Copy full SHA for 619e2d2
.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@v3
0 commit comments