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] committed Sep 28, 2023
1 parent 72962e8 commit 01d6014
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
platforms: linux/amd64,linux/arm64

build-e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
labels: ${{ steps.docker_meta_testing.outputs.labels }}

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- build

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
verbose: true

test-e2e:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- build
- build-e2e
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
path: e2e/diffs

licences:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- build
steps:
Expand All @@ -254,7 +254,7 @@ jobs:
path: ${{ steps.scan.outputs.file }}

tag:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
needs:
- build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tag:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 01d6014

Please sign in to comment.