Update main.yml

This commit is contained in:
Yoshiko2
2023-08-06 02:42:42 +08:00
committed by GitHub
parent 0414445a85
commit abfcd969a7

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
arch: [aarch64]
arch: [aarch64, amd64]
steps:
- uses: actions/checkout@v2