We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ed1b3 commit 6698471Copy full SHA for 6698471
1 file changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
# As long as we need Python 3.6 here in the test, we can only use up to Ubuntu 20.
16
# https://github.com/actions/setup-python/issues/544
17
- os: [ubuntu-22.04]
+ os: [ubuntu-20.04]
18
runs-on: ${{ matrix.os }}
19
name: CI tests
20
steps:
0 commit comments