Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 099b104 commit 756f7ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
test-nix:
name: Run unit tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Login to DockerHub
Expand All @@ -30,7 +30,7 @@ jobs:

prerelease:
name: Build binary for *Nix/Win, create archives for *Nix/Win, create packages for *Nix, upload all artifacts into GH Release assets
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [test-nix]
steps:
- uses: actions/checkout@v4
Expand All @@ -53,7 +53,7 @@ jobs:

publish-to-s3:
name: Send release assets to S3
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [prerelease]
steps:
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

publish-to-s3:
name: Send release assets to S3
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
static-analysis:
name: Run all static analysis checks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: newrelic/newrelic-infra-checkers@v1
Expand All @@ -35,7 +35,7 @@ jobs:

test-nix:
name: Run unit tests on *Nix
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Login to DockerHub
Expand All @@ -49,7 +49,7 @@ jobs:

test-build:
name: Test binary compilation for all platforms:arch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Login to DockerHub
Expand Down

0 comments on commit 756f7ed

Please sign in to comment.