Skip to content

Commit

Permalink
Fix ci by updating to the ubuntu-20.04 GHA runners
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Mar 12, 2024
1 parent 18241fd commit 1eef526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:
make lint
test-kind:
name: Kind
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: engineerd/[email protected]
Expand Down

0 comments on commit 1eef526

Please sign in to comment.