File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 - name : Upload coverage report
207207 id : upload_coverage_report
208208 uses : actions/upload-artifact@v4
209- if : ${{ contains(fromJSON('["3.9"]'), matrix.python) && contains(fromJSON('["ubuntu-20 .04"]'), matrix.os)}}
209+ if : ${{ contains(fromJSON('["3.9"]'), matrix.python) && contains(fromJSON('["ubuntu-22 .04"]'), matrix.os)}}
210210 with :
211211 name : coverage-report
212212 path : coverage.xml
@@ -215,7 +215,7 @@ jobs:
215215 needs : [test]
216216 if : ${{ always() && !cancelled()}}
217217 name : SonarCloud
218- runs-on : ubuntu-20 .04
218+ runs-on : ubuntu-22 .04
219219 steps :
220220 - uses : actions/checkout@v4
221221 with :
@@ -250,7 +250,7 @@ jobs:
250250 package :
251251 needs : [test,pre-commit]
252252
253- runs-on : ubuntu-20 .04
253+ runs-on : ubuntu-22 .04
254254
255255 if : github.event_name == 'release'
256256
You can’t perform that action at this time.
0 commit comments