From 7076efb6bede8fa30352450ab85e3c3ad246f4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Sat, 13 Mar 2021 23:04:13 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E9=99=8D=E4=BD=8E=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E7=B3=BB=E7=BB=9F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e539418..cb0418e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - platform: [ubuntu-latest] + platform: [ubuntu-16.04] go-version: [1.15] name: Build runs-on: ${{ matrix.platform }}