Skip to content

Commit

Permalink
ci: update ubuntu to version 22.04 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Jul 31, 2024
1 parent 9c2b52a commit 5196c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
run: make lint

unit-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:
run: make unit-tests

coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -67,7 +67,7 @@ jobs:
run: make unit-tests-coverage

integration-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vultr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
secrets: inherit

build-vultr-production:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: tag
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 5196c1e

Please sign in to comment.