We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ac325 commit 3907c5bCopy full SHA for 3907c5b
3 files changed
.github/workflows/flake8.yml
@@ -16,7 +16,7 @@ permissions:
16
jobs:
17
Run:
18
name: "Flake8"
19
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
20
21
steps:
22
- name: Checkout 🛎️
.github/workflows/mypy.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
23
- os: ['ubuntu-20.04', 'windows-2019']
+ os: ['ubuntu-22.04', 'windows-2019']
24
fail-fast: false
25
26
.github/workflows/python_ci_linux.yml
@@ -19,8 +19,8 @@ permissions:
tests:
- name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
+ name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
continue-on-error: ${{ matrix.config.experimental }}
env:
USING_COVERAGE: '3.8'
0 commit comments