We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19d263 commit 1ecf449Copy full SHA for 1ecf449
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
run: python helper/github-ci-vars.py
20
tests:
21
needs: prep-tests
22
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
23
name: tests-${{ matrix.setup.toxenv }}
24
continue-on-error: ${{ matrix.setup.experimental }}
25
strategy:
0 commit comments