Skip to content

Commit

Permalink
Update runners to ubuntu 22.04 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <azdagron@gmail.com>
  • Loading branch information
azdagron authored Feb 21, 2023
1 parent 75d7213 commit e2e3a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
run: make generate-check

unit-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
# way to say "all jobs from this action", which would be ideal.
success:
needs: [unit-test, lint]
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Shout it out
run: echo SUCCESS
Expand Down

0 comments on commit e2e3a8e

Please sign in to comment.