We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22b433d + e53253d commit 1c9ec76Copy full SHA for 1c9ec76
1 file changed
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ${{ matrix.os }}
38
strategy:
39
matrix:
40
- os: [ubuntu-18.04, windows-latest, macos-11]
+ os: [ubuntu-20.04, windows-latest, macos-11]
41
python_version: ['3.11']
42
timeout-minutes: 180
43
steps:
0 commit comments