From 11a21e5d3f920b3aa8893496f0ccdffa3c35c72c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 30 Mar 2023 11:53:53 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b0952fe5..02da58dc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - run: echo ok go build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: activate steps: - uses: actions/checkout@v2