From 8078fa2ea199994ad448aec9bef45f3adbfe7233 Mon Sep 17 00:00:00 2001 From: Osamu TONOMORI Date: Tue, 2 Feb 2021 02:43:36 +0900 Subject: [PATCH] Fix runs ubuntu version --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 930800a..6dbc628 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,7 +11,7 @@ on: jobs: lint: name: Lint - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Check out code uses: actions/checkout@v2 @@ -21,7 +21,7 @@ jobs: version: v1.36.0 test: name: Test - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: matrix: go: [ '1.14.x', '1.15.x' ]