From 7bced89687700b37aa1831082a98d6a4eb2e7647 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Tue, 9 Feb 2021 00:25:28 +0000 Subject: [PATCH] use host ubuntu 20.04 --- .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 9e1498f390..3ac27005e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: echo ok go build: - runs-on: self-hosted + runs-on: ubuntu-20.04 needs: activate steps: - uses: actions/checkout@v2