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 8181
8282 Coverage :
8383 needs : tests
84- runs-on : " ubuntu-20 .04"
84+ runs-on : " ubuntu-22 .04"
8585 steps :
8686 - name : Checkout 🛎️
8787 uses : " actions/checkout@v4"
@@ -130,7 +130,7 @@ jobs:
130130 Deploy :
131131 needs : tests
132132
133- runs-on : " ubuntu-20 .04"
133+ runs-on : " ubuntu-22 .04"
134134 steps :
135135 - name : Checkout 🛎️
136136 uses : " actions/checkout@v4"
You can’t perform that action at this time.
0 commit comments