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 2f96593 commit e573ed1Copy full SHA for e573ed1
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
max-parallel: 12
12
matrix:
13
- os: [ubuntu-20.04, macos-latest, windows-latest]
+ os: [ubuntu-18.04, macos-latest, windows-latest]
14
python-version: [3.7, 3.8, 3.9, "3.10"]
15
runs-on: ${{ matrix.os }}
16
0 commit comments