We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c705a2 commit ac0682fCopy full SHA for ac0682f
.github/workflows/mypy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- os: ['ubuntu-20.04', 'windows-2019']
+ os: ['ubuntu-22.04', 'windows-2019']
24
fail-fast: false
25
26
steps:
.github/workflows/python_ci_linux.yml
@@ -19,8 +19,8 @@ permissions:
19
jobs:
tests:
- name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
- runs-on: "ubuntu-20.04"
+ name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
+ runs-on: "ubuntu-22.04"
continue-on-error: ${{ matrix.config.experimental }}
env:
USING_COVERAGE: '3.8'
0 commit comments