diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 048d92af..3d180a16 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -79,7 +79,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - arch: [amd64, arm64] + arch: [amd64] exclude: - os: ubuntu-latest arch: arm64