Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 3738a20 commit c8cb5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
reader_build_image:
name: Build reader docker image (and publish on master)
needs: [ reader-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
translator_build_image:
name: Build translator docker image (and publish on master)
needs: [ translator-lint-and-test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
image_tag: ${{ steps.meta.outputs.tags }}
concurrency:
Expand Down

0 comments on commit c8cb5c3

Please sign in to comment.