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