Closes #2439: Update Github CI scripts to run on latest ubuntu
This commit is contained in:
parent
5161f94e59
commit
3f457e95f9
|
@ -338,7 +338,7 @@ jobs:
|
|||
uses: andymckay/cancel-action@0.3
|
||||
|
||||
release_artifacts:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Release artifacts to OSS Sonatype
|
||||
if: github.repository == 'Taskana/taskana' && ( startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/master' ) && github.head_ref == ''
|
||||
needs: [ test_frontend, test_e2e, test_backend ]
|
||||
|
|
Loading…
Reference in New Issue