Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 9396cfd commit 1af0ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
chart-lint:
name: Helm chart Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
strategy:
matrix:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
e2e-kubernetes:
name: Kubernetes E2E tests
needs: [ test ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
E2E_KUBERNETES_VERSION: ${{ matrix.k8s-version }}
DOCKER_BUILDKIT: '1' # Setting DOCKER_BUILDKIT=1 ensures TARGETOS and TARGETARCH are populated
Expand Down

0 comments on commit 1af0ca7

Please sign in to comment.