We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2b7b2 commit e57e776Copy full SHA for e57e776
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-22.04, windows-latest]
12
python-version: ["3.7", "3.8", "3.9", "3.10"]
13
14
steps:
0 commit comments