diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b61cd006..4267df43b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,9 +87,6 @@ jobs: env GOOS=windows GOARCH=386 go build -tags=example -v ./... env GOOS=windows GOARCH=amd64 go build -tags=example -v ./... env GOOS=windows GOARCH=arm go build -tags=example -v ./... - - - name: go build (Windows ARM64) - run: | env GOOS=windows GOARCH=arm64 go build -tags=example -v ./... - name: go build (macOS)