We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ecc65 commit e53253dCopy full SHA for e53253d
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