diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40ed612cb..7ac7e8cae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,9 +12,9 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 + - ubuntu-22.04 python-version: - - '3.7' + - '3.9' steps: - name: 'Set up Python ${{ matrix.python-version }}' uses: actions/setup-python@v2