From a4d6b7469307acae7228d95ee08a4764b1e655f2 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Tue, 21 May 2024 02:37:33 -0700 Subject: [PATCH] fix(build): build x86_64 wheels for Windows (#73) * fix(build): build x86_64 for Windows * Update CI.yml --- .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 bb1579a..4f75da4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -80,7 +80,7 @@ jobs: needs: test strategy: matrix: - target: [x86] + target: [x86, x86_64] steps: - uses: actions/checkout@v3 - name: Build wheels