We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fc935 commit c9de428Copy full SHA for c9de428
.github/workflows/linux-pip-tests.yml
@@ -17,7 +17,7 @@ concurrency:
17
jobs:
18
linux:
19
name: Linux (pip) - Py${{ matrix.PYTHON_VERSION }}
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
21
env:
22
CI: True
23
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
.github/workflows/linux-tests.yml
name: Linux - Py${{ matrix.PYTHON_VERSION }}
0 commit comments