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
plural-renovate[bot] committed May 17, 2024
1 parent bbeb412 commit ac0dab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
version: latest
publish:
name: Build and push Agent container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- prepare
- test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

publish-harness-base:
name: Build and push harness base container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# needs: [test]
permissions:
contents: 'read'
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

publish-harness-terraform:
name: Build and push harness terraform container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [publish-harness-base]
env:
TERRAFORM_VERSION: 1.8.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: PATH=$PATH:$GOPATH/bin make test
publish-docker:
name: Build and push agent container
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [test]
permissions:
contents: 'read'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: always()
bump:
name: Bump Chart Version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [publish-docker]
permissions:
contents: write
Expand Down

0 comments on commit ac0dab0

Please sign in to comment.