From d3bf9767f7910522d5592bfdd8b593e6b35054ac Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Mon, 22 Apr 2024 19:20:41 -0500 Subject: [PATCH] removing win --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1e3346..1426a10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [linux, windows] + platform: [linux] arch: [amd64, arm64] exclude: # Exclude Windows AMD64 because it's not supported