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] committed Apr 19, 2024
1 parent 63d2cc5 commit a453732
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

test-integration-nix:
name: Run integration tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -58,7 +58,7 @@ jobs:

snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
test-build:
name: Test binary compilation for all platforms:arch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -110,7 +110,7 @@ jobs:

test-e2e:
name: Run e2e tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -128,7 +128,7 @@ jobs:
finish:
name: Finish
needs: [ test-nix, test-windows ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

test-integration-nix:
name: Run integration tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand All @@ -55,7 +55,7 @@ jobs:

snyk:
name: Run security checks via snyk
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
prerelease:
name: Build and release binaries
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [ test-nix, test-windows, snyk, test-integration-nix ]
steps:
- uses: actions/checkout@v2
Expand All @@ -117,7 +117,7 @@ jobs:
finish:
name: Finish
needs: [ prerelease ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit a453732

Please sign in to comment.