From 788cb31c0029d8842be7d1c96fc2eff556aae9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 10 May 2024 17:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=91=E8=B7=AF=E4=BA=86?= 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 e700e08..cacb01c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ strategy: matrix: os: [ubuntu-latest] - arch: [x64,arm64] + arch: [x64] steps: - name: Checkout repository uses: actions/checkout@v4