Skip to content

Commit

Permalink
Use Ubuntu 22.04 as base for the Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 19, 2024
1 parent 0fc6ef4 commit edb5513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on: [push, pull_request]
jobs:
golangci:
name: Linting
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
Expand All @@ -35,7 +35,7 @@ jobs:
version: v1.59.1
unit-tests:
name: Unit tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path-to-profile: ${{ github.workspace }}/profile.cov
image-build:
name: Image build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# (github.event.issue.author_association == 'CONTRIBUTOR') ||
# (github.event.issue.author_association == 'MEMBER')
# )
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: update PR with coveralls badge
uses: actions/github-script@v7
Expand Down

0 comments on commit edb5513

Please sign in to comment.