From 1eef526bd0533b378405e977e1dc5a0b4bf0a177 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:48:16 +0000 Subject: [PATCH] Fix ci by updating to the `ubuntu-20.04` GHA runners --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c830fce..84520d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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/setup-kind@v0.5.0