From 8e81b31ad09b024bca988d307718975fbb98ca51 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 18 Nov 2022 16:57:40 +0000 Subject: [PATCH] github: windows-build: Change to x64 architecture --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |