From b992bf65fcabc8142f127c7488984f37d4a42b97 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Wed, 17 Jan 2024 19:00:30 -0800 Subject: [PATCH] Disable arm64 for test phase The runners are x86 so we can only run binaries that match. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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