From 0f10749207c90768e4edb0be0f772340b9de012a Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 19 Aug 2021 10:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce4afc2..d1093e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,15 +9,16 @@ on: jobs: build: - runs-on: - - ubuntu-18.04 - - ubuntu-20.04 - - windows-2016 - - windows-2019 - - macos-10.15 - - macos-11 + runs-on: ${{ matrix.os }} strategy: matrix: + os: + - ubuntu-18.04 + - ubuntu-20.04 + - windows-2016 + - windows-2019 + - macos-10.15 + - macos-11 go: - 1.10 - 1.11