Closes #2439: Update Github CI scripts to run on latest ubuntu

This commit is contained in:
jamesrdi 2023-12-22 09:47:04 +01:00
parent 7f1c7401ba
commit 3e7f1e1180
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]