Skip to content

Commit 0ba2836

Browse files
committed
update runner for release
1 parent f9ecb3c commit 0ba2836

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)