From ab710e48bd01ea219dc8c78552e031f2c636eedd Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Mon, 22 Apr 2024 19:13:35 -0500 Subject: [PATCH] exclude win amd64 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 764c16a..d3a708f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,10 @@ jobs: matrix: platform: [linux, windows] arch: [amd64, arm64] + exclude: + # Exclude Windows AMD64 because it's not supported + - platform: windows + node: amd64 steps: - name: Setup QEMU