diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 93091a7c5..8bdc4cd03 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' - architecture: "x86" + architecture: "x64" - name: Install python tools run: |