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