Skip to content

Commit

Permalink
Closes Taskana#2439: Update Github CI scripts to run on latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrdi committed Dec 22, 2023
1 parent 7f1c740 commit 3e7f1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
uses: andymckay/[email protected]

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 ]
Expand Down

0 comments on commit 3e7f1e1

Please sign in to comment.