From ae2dd3d7dc024755ea5f9c4c85bab2b9953c0fb0 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 5 May 2022 14:35:18 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32ea0ee..4fa7273 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,11 @@ jobs: - windows-2022 - macos-10.15 - macos-11 + - macos-12 go: - '1.16' - '1.17' + - '1.18' steps: - uses: actions/checkout@v2