Skip to content

Commit a2c44eb

Browse files
committed
CI: try to use x64 host
1 parent 7074899 commit a2c44eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,13 @@ jobs:
180180
matrix:
181181
include:
182182
- arch: x86
183+
host_arch: x64
183184
wheel_arch: win32
184185
- arch: x64
186+
host_arch: x64
185187
wheel_arch: win_amd64
186188
- arch: arm64
189+
host_arch: x64
187190
wheel_arch: win_arm64
188191

189192
steps:
@@ -197,7 +200,7 @@ jobs:
197200
uses: actions/setup-python@v5
198201
with:
199202
python-version: 3.x
200-
architecture: ${{ matrix.arch }}
203+
architecture: ${{ matrix.host_arch }}
201204

202205
- name: Install prerequisites
203206
run: |

0 commit comments

Comments
 (0)