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