浏览代码

Disable arm64 for test phase

The runners are x86 so we can only run binaries that match.
Daniel Hiltgen 1 年之前
父节点
当前提交
b992bf65fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.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