From abfcd969a7296a651ac0b34bb95c353f482f0e6a Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sun, 6 Aug 2023 02:42:42 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6774b71..c0e5a5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - arch: [aarch64] + arch: [aarch64, amd64] steps: - uses: actions/checkout@v2