Skip to content

Commit 169f1af

Browse files
committed
windows: Only support x64 on windows.
1 parent e3c7f58 commit 169f1af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
strategy:
4444
matrix:
4545
vs: ["58", "59"]
46-
arch: ["x64", "x86"]
4746
include:
4847
- vs: "57"
4948
python: "3.9"
@@ -55,7 +54,7 @@ jobs:
5554
uses: actions/setup-python@v3
5655
with:
5756
python-version: "${{ matrix.python }}"
58-
architecture: "${{ matrix.arch }}"
57+
architecture: x64
5958
- name: Installing dependencies
6059
run: |
6160
pip install flit

0 commit comments

Comments
 (0)