From 9a842470b7d5a12abb6ba41a0efbe33b931a62fb Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 06:23:37 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8D=E5=9C=86?= =?UTF-8?q?=E8=A7=92=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e505e0f..a83ab66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,10 @@ jobs: goos: [ linux, windows, darwin ] goarch: [ amd64, arm64, arm, "386" ] exclude: - - os: darwin - arch: "386" - - os: darwin - arch: arm + - goos: darwin + goarch: "386" + - goos: darwin + goarch: arm steps: - name: Checkout code