File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 Run :
1818 name : " Flake8"
19- runs-on : " ubuntu-20 .04"
19+ runs-on : " ubuntu-22 .04"
2020
2121 steps :
2222 - name : Checkout 🛎️
Original file line number Diff line number Diff line change 2020
2121 strategy :
2222 matrix :
23- os : ['ubuntu-20 .04', 'windows-2019']
23+ os : ['ubuntu-22 .04', 'windows-2019']
2424 fail-fast : false
2525
2626 steps :
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ permissions:
1919
2020jobs :
2121 tests :
22- name : " ubuntu-20 .04 / Python ${{ matrix.config.python-version }}"
23- runs-on : " ubuntu-20 .04"
22+ name : " ubuntu-22 .04 / Python ${{ matrix.config.python-version }}"
23+ runs-on : " ubuntu-22 .04"
2424 continue-on-error : ${{ matrix.config.experimental }}
2525 env :
2626 USING_COVERAGE : ' 3.8'
You can’t perform that action at this time.
0 commit comments